pub struct RegisterBlock {
pub smskr0: SMSKR0,
pub smskr1: SMSKR1,
pub smskr2: SMSKR2,
pub smskr3: SMSKR3,
pub smtmgr_set0: SMTMGR_SET0,
pub smtmgr_set1: SMTMGR_SET1,
pub smtmgr_set2: SMTMGR_SET2,
pub smctlr: SMCTLR,
/* private fields */
}Expand description
Register block
Fields§
§smskr0: SMSKR00x54 - Memory Mask Register 0
smskr1: SMSKR10x58 - Memory Mask Register 0
smskr2: SMSKR20x5c - Memory Mask Register 0
smskr3: SMSKR30x60 - Memory Mask Register 0
smtmgr_set0: SMTMGR_SET00x94 - Memory Timing Register 0
smtmgr_set1: SMTMGR_SET10x98 - Memory Timing Register 0
smtmgr_set2: SMTMGR_SET20x9c - Memory Timing Register 0
smctlr: SMCTLR0xa4 - memory control register
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more