Struct esp32s3::mcpwm0::operator_timersel::W
source · pub struct W(_);Expand description
Register OPERATOR_TIMERSEL writer
Implementations§
source§impl W
impl W
sourcepub fn operator0_timersel(&mut self) -> OPERATOR0_TIMERSEL_W<'_, 0>
pub fn operator0_timersel(&mut self) -> OPERATOR0_TIMERSEL_W<'_, 0>
Bits 0:1 - Select which PWM timer’s is the timing reference for PWM operator0, 0: timer0, 1: timer1, 2: timer2
sourcepub fn operator1_timersel(&mut self) -> OPERATOR1_TIMERSEL_W<'_, 2>
pub fn operator1_timersel(&mut self) -> OPERATOR1_TIMERSEL_W<'_, 2>
Bits 2:3 - Select which PWM timer’s is the timing reference for PWM operator1, 0: timer0, 1: timer1, 2: timer2
sourcepub fn operator2_timersel(&mut self) -> OPERATOR2_TIMERSEL_W<'_, 4>
pub fn operator2_timersel(&mut self) -> OPERATOR2_TIMERSEL_W<'_, 4>
Bits 4:5 - Select which PWM timer’s is the timing reference for PWM operator2, 0: timer0, 1: timer1, 2: timer2
Methods from Deref<Target = W<OPERATOR_TIMERSEL_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