Struct esp32::ledc::hsch_conf0::R
source · pub struct R(_);
Expand description
Register HSCH%s_CONF0
reader
Implementations§
source§impl 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 high speed timers the two bits are used to select one of them for high speed channel0. 2’b00: seletc hstimer0. 2’b01: select hstimer1. 2’b10: select hstimer2. 2’b11: select hstimer3.
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 high speed channel0
Methods from Deref<Target = R<HSCH_CONF0_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more