Struct esp32::mcpwm0::update_cfg::W
source · pub struct W(_);
Expand description
Register UPDATE_CFG
writer
Implementations§
source§impl W
impl W
sourcepub fn global_up_en(&mut self) -> GLOBAL_UP_EN_W<'_, 0>
pub fn global_up_en(&mut self) -> GLOBAL_UP_EN_W<'_, 0>
Bit 0
sourcepub fn global_force_up(&mut self) -> GLOBAL_FORCE_UP_W<'_, 1>
pub fn global_force_up(&mut self) -> GLOBAL_FORCE_UP_W<'_, 1>
Bit 1
sourcepub fn op0_up_en(&mut self) -> OP0_UP_EN_W<'_, 2>
pub fn op0_up_en(&mut self) -> OP0_UP_EN_W<'_, 2>
Bit 2
sourcepub fn op0_force_up(&mut self) -> OP0_FORCE_UP_W<'_, 3>
pub fn op0_force_up(&mut self) -> OP0_FORCE_UP_W<'_, 3>
Bit 3
sourcepub fn op1_up_en(&mut self) -> OP1_UP_EN_W<'_, 4>
pub fn op1_up_en(&mut self) -> OP1_UP_EN_W<'_, 4>
Bit 4
sourcepub fn op1_force_up(&mut self) -> OP1_FORCE_UP_W<'_, 5>
pub fn op1_force_up(&mut self) -> OP1_FORCE_UP_W<'_, 5>
Bit 5
sourcepub fn op2_up_en(&mut self) -> OP2_UP_EN_W<'_, 6>
pub fn op2_up_en(&mut self) -> OP2_UP_EN_W<'_, 6>
Bit 6
sourcepub fn op2_force_up(&mut self) -> OP2_FORCE_UP_W<'_, 7>
pub fn op2_force_up(&mut self) -> OP2_FORCE_UP_W<'_, 7>
Bit 7
Methods from Deref<Target = W<UPDATE_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