Struct esp32::mcpwm0::timer0_sync::W
source · pub struct W(_);
Expand description
Register TIMER0_SYNC
writer
Implementations§
source§impl W
impl W
sourcepub fn timer0_synci_en(&mut self) -> TIMER0_SYNCI_EN_W<'_, 0>
pub fn timer0_synci_en(&mut self) -> TIMER0_SYNCI_EN_W<'_, 0>
Bit 0
sourcepub fn timer0_synco_sel(&mut self) -> TIMER0_SYNCO_SEL_W<'_, 2>
pub fn timer0_synco_sel(&mut self) -> TIMER0_SYNCO_SEL_W<'_, 2>
Bits 2:3
sourcepub fn timer0_phase(&mut self) -> TIMER0_PHASE_W<'_, 4>
pub fn timer0_phase(&mut self) -> TIMER0_PHASE_W<'_, 4>
Bits 4:19
sourcepub fn timer0_phase_direction(&mut self) -> TIMER0_PHASE_DIRECTION_W<'_, 20>
pub fn timer0_phase_direction(&mut self) -> TIMER0_PHASE_DIRECTION_W<'_, 20>
Bit 20
Methods from Deref<Target = W<TIMER0_SYNC_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