pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn ulp_cp_timer(&self) -> &ULP_CP_TIMER
pub const fn ulp_cp_timer(&self) -> &ULP_CP_TIMER
0xf8 - Configure coprocessor timer
Sourcepub const fn ulp_cp_ctrl(&self) -> &ULP_CP_CTRL
pub const fn ulp_cp_ctrl(&self) -> &ULP_CP_CTRL
0xfc - ULP-FSM configuration register
Sourcepub const fn cocpu_ctrl(&self) -> &COCPU_CTRL
pub const fn cocpu_ctrl(&self) -> &COCPU_CTRL
0x100 - ULP-RISCV configuration register
Sourcepub const fn ulp_cp_timer_1(&self) -> &ULP_CP_TIMER_1
pub const fn ulp_cp_timer_1(&self) -> &ULP_CP_TIMER_1
0x130 - Configure sleep cycle of the timer
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