Struct esp32s3::systimer::target0_conf::R
source · pub struct R(_);
Expand description
Register TARGET0_CONF
reader
Implementations
sourceimpl R
impl R
sourcepub fn target0_period(&self) -> TARGET0_PERIOD_R
pub fn target0_period(&self) -> TARGET0_PERIOD_R
Bits 0:25 - target0 period
sourcepub fn target0_period_mode(&self) -> TARGET0_PERIOD_MODE_R
pub fn target0_period_mode(&self) -> TARGET0_PERIOD_MODE_R
Bit 30 - Set target0 to period mode
sourcepub fn target0_timer_unit_sel(&self) -> TARGET0_TIMER_UNIT_SEL_R
pub fn target0_timer_unit_sel(&self) -> TARGET0_TIMER_UNIT_SEL_R
Bit 31 - select which unit to compare
Methods from Deref<Target = R<TARGET0_CONF_SPEC>>
Trait Implementations
sourceimpl From<R<TARGET0_CONF_SPEC>> for R
impl From<R<TARGET0_CONF_SPEC>> for R
sourcefn from(reader: R<TARGET0_CONF_SPEC>) -> Self
fn from(reader: R<TARGET0_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