Struct esp32c3::systimer::target1_conf::W
source · pub struct W(_);
Expand description
Register TARGET1_CONF
writer
Implementations§
source§impl W
impl W
sourcepub fn target1_period(&mut self) -> TARGET1_PERIOD_W<'_, 0>
pub fn target1_period(&mut self) -> TARGET1_PERIOD_W<'_, 0>
Bits 0:25 - target1 period
sourcepub fn target1_period_mode(&mut self) -> TARGET1_PERIOD_MODE_W<'_, 30>
pub fn target1_period_mode(&mut self) -> TARGET1_PERIOD_MODE_W<'_, 30>
Bit 30 - Set target1 to period mode
sourcepub fn target1_timer_unit_sel(&mut self) -> TARGET1_TIMER_UNIT_SEL_W<'_, 31>
pub fn target1_timer_unit_sel(&mut self) -> TARGET1_TIMER_UNIT_SEL_W<'_, 31>
Bit 31 - select which unit to compare
Methods from Deref<Target = W<TARGET1_CONF_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