Struct esp32s3::systimer::target1_conf::R
source · pub struct R(_);
Expand description
Register TARGET1_CONF
reader
Implementations
sourceimpl R
impl R
sourcepub fn target1_period(&self) -> TARGET1_PERIOD_R
pub fn target1_period(&self) -> TARGET1_PERIOD_R
Bits 0:25 - target1 period
sourcepub fn target1_period_mode(&self) -> TARGET1_PERIOD_MODE_R
pub fn target1_period_mode(&self) -> TARGET1_PERIOD_MODE_R
Bit 30 - Set target1 to period mode
sourcepub fn target1_timer_unit_sel(&self) -> TARGET1_TIMER_UNIT_SEL_R
pub fn target1_timer_unit_sel(&self) -> TARGET1_TIMER_UNIT_SEL_R
Bit 31 - select which unit to compare
Methods from Deref<Target = R<TARGET1_CONF_SPEC>>
Trait Implementations
sourceimpl From<R<TARGET1_CONF_SPEC>> for R
impl From<R<TARGET1_CONF_SPEC>> for R
sourcefn from(reader: R<TARGET1_CONF_SPEC>) -> Self
fn from(reader: R<TARGET1_CONF_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more