blob: 327b511df28a062f116ad0b042e1a62f20cd468f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
#[doc = "0x00 - Reset Cause"]
pub rcause: crate::Reg<rcause::RCAUSE_SPEC>,
}
#[doc = "RCAUSE register accessor: an alias for `Reg<RCAUSE_SPEC>`"]
pub type RCAUSE = crate::Reg<rcause::RCAUSE_SPEC>;
#[doc = "Reset Cause"]
pub mod rcause;
|