Struct esp32s3::pwm0::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 - The global enable of update of all active registers in MCPWM module
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 - a toggle (software invert its value) will trigger a forced update of all active registers in MCPWM module
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 - When set and PWM_GLOBAL_UP_EN is set, update of active registers in PWM operator 0 are enabled
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 - a toggle (software invert its value) will trigger a forced update of active registers in PWM operator 0
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 - When set and PWM_GLOBAL_UP_EN is set, update of active registers in PWM operator 1 are enabled
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 - a toggle (software invert its value) will trigger a forced update of active registers in PWM operator 1
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 - When set and PWM_GLOBAL_UP_EN is set, update of active registers in PWM operator 2 are enabled
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 - a toggle (software invert its value) will trigger a forced update of active registers in PWM operator 2