Struct esp32h2::systimer::target0_conf::W
source · pub struct W(_);Expand description
Register TARGET0_CONF writer
Implementations§
source§impl W
impl W
sourcepub fn target0_period(&mut self) -> TARGET0_PERIOD_W<'_, 0>
pub fn target0_period(&mut self) -> TARGET0_PERIOD_W<'_, 0>
Bits 0:25 - target0 period
sourcepub fn target0_period_mode(&mut self) -> TARGET0_PERIOD_MODE_W<'_, 30>
pub fn target0_period_mode(&mut self) -> TARGET0_PERIOD_MODE_W<'_, 30>
Bit 30 - Set target0 to period mode
sourcepub fn target0_timer_unit_sel(&mut self) -> TARGET0_TIMER_UNIT_SEL_W<'_, 31>
pub fn target0_timer_unit_sel(&mut self) -> TARGET0_TIMER_UNIT_SEL_W<'_, 31>
Bit 31 - select which unit to compare
Methods from Deref<Target = W<TARGET0_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