#[repr(C)]pub struct RegisterBlock { /* private fields */ }
Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn gpio_hold0(&self) -> &GPIO_HOLD0
pub const fn gpio_hold0(&self) -> &GPIO_HOLD0
0x2c - need_des
Sourcepub const fn gpio_hold1(&self) -> &GPIO_HOLD1
pub const fn gpio_hold1(&self) -> &GPIO_HOLD1
0x30 - need_des
Sourcepub const fn cpucore0_cfg(&self) -> &CPUCORE0_CFG
pub const fn cpucore0_cfg(&self) -> &CPUCORE0_CFG
0x38 - need_des
Sourcepub const fn ext_wakeup_cntl(&self) -> &EXT_WAKEUP_CNTL
pub const fn ext_wakeup_cntl(&self) -> &EXT_WAKEUP_CNTL
0x40 - need_des
Sourcepub const fn sdio_active(&self) -> &SDIO_ACTIVE
pub const fn sdio_active(&self) -> &SDIO_ACTIVE
0x4c - need_des
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