#[repr(C)]pub struct RegisterBlock {Show 15 fields
pub cfg_reg0: CFG_REG0,
pub cfg_reg1: CFG_REG1,
pub cfg_reg2: CFG_REG2,
pub cfg_reg3: CFG_REG3,
pub cfg_reg4: CFG_REG4,
pub cfg_reg5: CFG_REG5,
pub cfg_reg6: CFG_REG6,
pub cfg_reg7: CFG_REG7,
pub sys_cfgdata_rtn: SYS_CFGDATA_RTN,
pub sys_cfgdata_out: SYS_CFGDATA_OUT,
pub sys_cfgctrl: SYS_CFGCTRL,
pub sys_cfgstat: SYS_CFGSTAT,
pub dll: DLL,
pub aid: AID,
pub id: ID,
/* private fields */
}Expand description
Register block
Fields§
§cfg_reg0: CFG_REG00x00 -
cfg_reg1: CFG_REG10x04 -
cfg_reg2: CFG_REG20x08 -
cfg_reg3: CFG_REG30x0c -
cfg_reg4: CFG_REG40x10 -
cfg_reg5: CFG_REG50x14 -
cfg_reg6: CFG_REG60x18 -
cfg_reg7: CFG_REG70x1c -
sys_cfgdata_rtn: SYS_CFGDATA_RTN0xa0 -
sys_cfgdata_out: SYS_CFGDATA_OUT0xa4 -
sys_cfgctrl: SYS_CFGCTRL0xa8 -
sys_cfgstat: SYS_CFGSTAT0xac -
dll: DLL0x100 - DLL Lock Register
aid: AID0xff8 -
id: ID0xffc -
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