Struct esp32::mcpwm0::timer_synci_cfg::W
source · pub struct W(_);
Expand description
Register TIMER_SYNCI_CFG
writer
Implementations§
source§impl W
impl W
sourcepub fn timer0_syncisel(&mut self) -> TIMER0_SYNCISEL_W<'_, 0>
pub fn timer0_syncisel(&mut self) -> TIMER0_SYNCISEL_W<'_, 0>
Bits 0:2
sourcepub fn timer1_syncisel(&mut self) -> TIMER1_SYNCISEL_W<'_, 3>
pub fn timer1_syncisel(&mut self) -> TIMER1_SYNCISEL_W<'_, 3>
Bits 3:5
sourcepub fn timer2_syncisel(&mut self) -> TIMER2_SYNCISEL_W<'_, 6>
pub fn timer2_syncisel(&mut self) -> TIMER2_SYNCISEL_W<'_, 6>
Bits 6:8
sourcepub fn external_synci0_invert(&mut self) -> EXTERNAL_SYNCI0_INVERT_W<'_, 9>
pub fn external_synci0_invert(&mut self) -> EXTERNAL_SYNCI0_INVERT_W<'_, 9>
Bit 9
sourcepub fn external_synci1_invert(&mut self) -> EXTERNAL_SYNCI1_INVERT_W<'_, 10>
pub fn external_synci1_invert(&mut self) -> EXTERNAL_SYNCI1_INVERT_W<'_, 10>
Bit 10
sourcepub fn external_synci2_invert(&mut self) -> EXTERNAL_SYNCI2_INVERT_W<'_, 11>
pub fn external_synci2_invert(&mut self) -> EXTERNAL_SYNCI2_INVERT_W<'_, 11>
Bit 11
Methods from Deref<Target = W<TIMER_SYNCI_CFG_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