Struct esp32c3::ledc::timer_conf::W
source · pub struct W(_);Expand description
Register TIMER%s_CONF writer
Implementations
sourceimpl W
impl W
sourcepub fn duty_res(&mut self) -> DUTY_RES_W<'_, 0>
pub fn duty_res(&mut self) -> DUTY_RES_W<'_, 0>
Bits 0:3 - reg_lstimer0_duty_res.
sourcepub fn tick_sel(&mut self) -> TICK_SEL_W<'_, 24>
pub fn tick_sel(&mut self) -> TICK_SEL_W<'_, 24>
Bit 24 - reg_tick_sel_lstimer0.
Methods from Deref<Target = W<TIMER_CONF_SPEC>>
Trait Implementations
sourceimpl From<W<TIMER_CONF_SPEC>> for W
impl From<W<TIMER_CONF_SPEC>> for W
sourcefn from(writer: W<TIMER_CONF_SPEC>) -> Self
fn from(writer: W<TIMER_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