Struct esp32::ledc::lsch_conf0::R
source · pub struct R(_);
Expand description
Register LSCH%s_CONF0
reader
Implementations
sourceimpl R
impl R
sourcepub fn timer_sel(&self) -> TIMER_SEL_R
pub fn timer_sel(&self) -> TIMER_SEL_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(&self) -> SIG_OUT_EN_R
pub fn sig_out_en(&self) -> SIG_OUT_EN_R
Bit 2 - This is the output enable control bit for low speed channel0.
Methods from Deref<Target = R<LSCH_CONF0_SPEC>>
Trait Implementations
sourceimpl From<R<LSCH_CONF0_SPEC>> for R
impl From<R<LSCH_CONF0_SPEC>> for R
sourcefn from(reader: R<LSCH_CONF0_SPEC>) -> Self
fn from(reader: R<LSCH_CONF0_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