#[repr(C)]pub struct RegisterBlock {
pub data: DATA,
pub addr: ADDR,
pub erase: ERASE,
pub cache: CACHE,
pub cfg0: CFG0,
pub cfg1: CFG1,
pub cfg2: CFG2,
pub cfg3: CFG3,
pub cfg4: CFG4,
pub stat: STAT,
}Expand description
Register block
Fields§
§data: DATA0x00 - DATA register
addr: ADDR0x04 - ADDR register
erase: ERASE0x08 - ERASE register
cache: CACHE0x0c - CACHE register
cfg0: CFG00x10 - CFG0 register
cfg1: CFG10x14 - CFG1 register
cfg2: CFG20x18 - CFG2 register
cfg3: CFG30x1c - CFG3 register
cfg4: CFG40x20 - CFG4 register
stat: STAT0x24 - STAT 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