pub struct W(_);
Expand description
Register LSCH4_CONF0
writer
Implementations
sourceimpl W
impl W
sourcepub fn timer_sel_lsch4(&mut self) -> TIMER_SEL_LSCH4_W<'_>
pub fn timer_sel_lsch4(&mut self) -> TIMER_SEL_LSCH4_W<'_>
Bits 0:1 - There are four low speed timers the two bits are used to select one of them for low speed channel4. 2’b00: seletc lstimer0. 2’b01: select lstimer1. 2’b10: select lstimer2. 2’b11: select lstimer3.
sourcepub fn sig_out_en_lsch4(&mut self) -> SIG_OUT_EN_LSCH4_W<'_>
pub fn sig_out_en_lsch4(&mut self) -> SIG_OUT_EN_LSCH4_W<'_>
Bit 2 - This is the output enable control bit for low speed channel4.
sourcepub fn idle_lv_lsch4(&mut self) -> IDLE_LV_LSCH4_W<'_>
pub fn idle_lv_lsch4(&mut self) -> IDLE_LV_LSCH4_W<'_>
Bit 3 - This bit is used to control the output value when low speed channel4 is off.
sourcepub fn para_up_lsch4(&mut self) -> PARA_UP_LSCH4_W<'_>
pub fn para_up_lsch4(&mut self) -> PARA_UP_LSCH4_W<'_>
Bit 4 - This bit is used to update register LEDC_LSCH4_HPOINT and LEDC_LSCH4_DUTY for low speed channel4.
Methods from Deref<Target = W<LSCH4_CONF0_SPEC>>
Trait Implementations
sourceimpl From<W<LSCH4_CONF0_SPEC>> for W
impl From<W<LSCH4_CONF0_SPEC>> for W
sourcefn from(writer: W<LSCH4_CONF0_SPEC>) -> Self
fn from(writer: W<LSCH4_CONF0_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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