Struct esp32::mcpwm0::operator_timersel::R
source · pub struct R(_);
Expand description
Register OPERATOR_TIMERSEL
reader
Implementations§
source§impl R
impl R
sourcepub fn operator0_timersel(&self) -> OPERATOR0_TIMERSEL_R
pub fn operator0_timersel(&self) -> OPERATOR0_TIMERSEL_R
Bits 0:1
sourcepub fn operator1_timersel(&self) -> OPERATOR1_TIMERSEL_R
pub fn operator1_timersel(&self) -> OPERATOR1_TIMERSEL_R
Bits 2:3
sourcepub fn operator2_timersel(&self) -> OPERATOR2_TIMERSEL_R
pub fn operator2_timersel(&self) -> OPERATOR2_TIMERSEL_R
Bits 4:5
Methods from Deref<Target = R<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