pub struct R(_);Expand description
Register LSCH0_CONF0 reader
Implementations
sourceimpl R
impl R
sourcepub fn timer_sel_lsch0(&self) -> TIMER_SEL_LSCH0_R
pub fn timer_sel_lsch0(&self) -> TIMER_SEL_LSCH0_R
Bits 0:1 - There are four low speed timers the two bits are used to select one of them for low speed channel0. 2’b00: seletc lstimer0. 2’b01: select lstimer1. 2’b10: select lstimer2. 2’b11: select lstimer3.
sourcepub fn sig_out_en_lsch0(&self) -> SIG_OUT_EN_LSCH0_R
pub fn sig_out_en_lsch0(&self) -> SIG_OUT_EN_LSCH0_R
Bit 2 - This is the output enable control bit for low speed channel0.
sourcepub fn idle_lv_lsch0(&self) -> IDLE_LV_LSCH0_R
pub fn idle_lv_lsch0(&self) -> IDLE_LV_LSCH0_R
Bit 3 - This bit is used to control the output value when low speed channel0 is off.
sourcepub fn para_up_lsch0(&self) -> PARA_UP_LSCH0_R
pub fn para_up_lsch0(&self) -> PARA_UP_LSCH0_R
Bit 4 - This bit is used to update register LEDC_LSCH0_HPOINT and LEDC_LSCH0_DUTY for low speed channel0.
Methods from Deref<Target = R<LSCH0_CONF0_SPEC>>
Trait Implementations
sourceimpl From<R<LSCH0_CONF0_SPEC>> for R
impl From<R<LSCH0_CONF0_SPEC>> for R
sourcefn from(reader: R<LSCH0_CONF0_SPEC>) -> Self
fn from(reader: R<LSCH0_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