Struct esp32::mcpwm0::gen2_stmp_cfg::W
source · pub struct W(_);
Expand description
Register GEN2_STMP_CFG
writer
Implementations§
source§impl W
impl W
sourcepub fn gen2_a_upmethod(&mut self) -> GEN2_A_UPMETHOD_W<'_, 0>
pub fn gen2_a_upmethod(&mut self) -> GEN2_A_UPMETHOD_W<'_, 0>
Bits 0:3
sourcepub fn gen2_b_upmethod(&mut self) -> GEN2_B_UPMETHOD_W<'_, 4>
pub fn gen2_b_upmethod(&mut self) -> GEN2_B_UPMETHOD_W<'_, 4>
Bits 4:7
sourcepub fn gen2_a_shdw_full(&mut self) -> GEN2_A_SHDW_FULL_W<'_, 8>
pub fn gen2_a_shdw_full(&mut self) -> GEN2_A_SHDW_FULL_W<'_, 8>
Bit 8
sourcepub fn gen2_b_shdw_full(&mut self) -> GEN2_B_SHDW_FULL_W<'_, 9>
pub fn gen2_b_shdw_full(&mut self) -> GEN2_B_SHDW_FULL_W<'_, 9>
Bit 9
Methods from Deref<Target = W<GEN2_STMP_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