Struct esp32c3::systimer::comp1_load::W
source · pub struct W(_);
Expand description
Register COMP1_LOAD
writer
Implementations§
source§impl W
impl W
sourcepub fn timer_comp1_load(&mut self) -> TIMER_COMP1_LOAD_W<'_, 0>
pub fn timer_comp1_load(&mut self) -> TIMER_COMP1_LOAD_W<'_, 0>
Bit 0 - timer comp1 load value
Methods from Deref<Target = W<COMP1_LOAD_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