pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn pd_status0(&self) -> &PdStatus0
pub const fn pd_status0(&self) -> &PdStatus0
0x30 - SPC Power Domain Mode Status
Sourcepub const fn sramretldo_reftrim(&self) -> &SramretldoReftrim
pub const fn sramretldo_reftrim(&self) -> &SramretldoReftrim
0x54 - SRAM Retention Reference Trim
Sourcepub const fn sramretldo_cntrl(&self) -> &SramretldoCntrl
pub const fn sramretldo_cntrl(&self) -> &SramretldoCntrl
0x58 - SRAM Retention LDO Control
Sourcepub const fn active_cfg(&self) -> &ActiveCfg
pub const fn active_cfg(&self) -> &ActiveCfg
0x100 - Active Power Mode Configuration
Sourcepub const fn active_cfg1(&self) -> &ActiveCfg1
pub const fn active_cfg1(&self) -> &ActiveCfg1
0x104 - Active Power Mode Configuration 1
Sourcepub const fn lpwkup_delay(&self) -> &LpwkupDelay
pub const fn lpwkup_delay(&self) -> &LpwkupDelay
0x120 - Low Power Wake-Up Delay
Sourcepub const fn active_vdelay(&self) -> &ActiveVdelay
pub const fn active_vdelay(&self) -> &ActiveVdelay
0x124 - Active Voltage Trim Delay
Sourcepub const fn vd_core_cfg(&self) -> &VdCoreCfg
pub const fn vd_core_cfg(&self) -> &VdCoreCfg
0x134 - Core Voltage Detect Configuration
Sourcepub const fn vd_sys_cfg(&self) -> &VdSysCfg
pub const fn vd_sys_cfg(&self) -> &VdSysCfg
0x138 - System Voltage Detect Configuration
Sourcepub const fn coreldo_cfg(&self) -> &CoreldoCfg
pub const fn coreldo_cfg(&self) -> &CoreldoCfg
0x300 - LDO_CORE Configuration
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