Struct esp32c6::lp_timer::RegisterBlock  
source · #[repr(C)]pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
source§impl RegisterBlock
 
impl RegisterBlock
sourcepub const fn main_buf0_low(&self) -> &MAIN_BUF0_LOW
 
pub const fn main_buf0_low(&self) -> &MAIN_BUF0_LOW
0x14 - need_des
sourcepub const fn main_buf0_high(&self) -> &MAIN_BUF0_HIGH
 
pub const fn main_buf0_high(&self) -> &MAIN_BUF0_HIGH
0x18 - need_des
sourcepub const fn main_buf1_low(&self) -> &MAIN_BUF1_LOW
 
pub const fn main_buf1_low(&self) -> &MAIN_BUF1_LOW
0x1c - need_des
sourcepub const fn main_buf1_high(&self) -> &MAIN_BUF1_HIGH
 
pub const fn main_buf1_high(&self) -> &MAIN_BUF1_HIGH
0x20 - need_des
sourcepub const fn main_overflow(&self) -> &MAIN_OVERFLOW
 
pub const fn main_overflow(&self) -> &MAIN_OVERFLOW
0x24 - need_des
sourcepub const fn lp_int_raw(&self) -> &LP_INT_RAW
 
pub const fn lp_int_raw(&self) -> &LP_INT_RAW
0x38 - need_des
sourcepub const fn lp_int_ena(&self) -> &LP_INT_ENA
 
pub const fn lp_int_ena(&self) -> &LP_INT_ENA
0x40 - need_des
sourcepub const fn lp_int_clr(&self) -> &LP_INT_CLR
 
pub const fn lp_int_clr(&self) -> &LP_INT_CLR
0x44 - 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