[][src]Type Definition esp32::mcpwm::mcpwm_update_cfg_reg::W

type W = W<u32, MCPWM_UPDATE_CFG_REG>;

Writer for register MCPWM_UPDATE_CFG_REG

Methods

impl W[src]

pub fn mcpwm_op2_force_up(&mut self) -> MCPWM_OP2_FORCE_UP_W[src]

Bit 7 - A toggle (software negation of value of this bit) will trigger a forced update of active registers in PWM operator 2

pub fn mcpwm_op2_up_en(&mut self) -> MCPWM_OP2_UP_EN_W[src]

Bit 6 - When set and PWM_GLOBAL_UP_EN is set update of active registers in PWM operator 2 are enabled

pub fn mcpwm_op1_force_up(&mut self) -> MCPWM_OP1_FORCE_UP_W[src]

Bit 5 - A toggle (software negation of value of this bit) will trigger a forced update of active registers in PWM operator 1

pub fn mcpwm_op1_up_en(&mut self) -> MCPWM_OP1_UP_EN_W[src]

Bit 4 - When set and PWM_GLOBAL_UP_EN is set update of active registers in PWM operator 1 are enabled

pub fn mcpwm_op0_force_up(&mut self) -> MCPWM_OP0_FORCE_UP_W[src]

Bit 3 - A toggle (software negation of value of this bit) will trigger a forced update of active registers in PWM operator 0

pub fn mcpwm_op0_up_en(&mut self) -> MCPWM_OP0_UP_EN_W[src]

Bit 2 - When set and PWM_GLOBAL_UP_EN is set update of active registers in PWM operator 0 are enabled

pub fn mcpwm_global_force_up(&mut self) -> MCPWM_GLOBAL_FORCE_UP_W[src]

Bit 1 - A toggle (software negation of value of this bit) will trigger a forced update of all active registers in MCPWM module

pub fn mcpwm_global_up_en(&mut self) -> MCPWM_GLOBAL_UP_EN_W[src]

Bit 0 - The global enable of update of all active registers in MCPWM module