Struct esp32h2::lp_timer::main_buf0_low::R
source · pub struct R(_);
Expand description
Register MAIN_BUF0_LOW
reader
Implementations§
source§impl R
impl R
sourcepub fn main_timer_buf0_low(&self) -> MAIN_TIMER_BUF0_LOW_R
pub fn main_timer_buf0_low(&self) -> MAIN_TIMER_BUF0_LOW_R
Bits 0:31 - need_des
Methods from Deref<Target = R<MAIN_BUF0_LOW_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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