Struct esp32::ledc::hsch_conf0::W
source · pub struct W(_);
Expand description
Register HSCH%s_CONF0
writer
Implementations§
source§impl W
impl W
sourcepub fn timer_sel(&mut self) -> TIMER_SEL_W<'_, 0>
pub fn timer_sel(&mut self) -> TIMER_SEL_W<'_, 0>
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(&mut self) -> SIG_OUT_EN_W<'_, 2>
pub fn sig_out_en(&mut self) -> SIG_OUT_EN_W<'_, 2>
Bit 2 - This is the output enable control bit for high speed channel0
Methods from Deref<Target = W<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