Struct esp32s3_hal::pac::pwm0::update_cfg::R
pub struct R(_);
Expand description
Register UPDATE_CFG
reader
Implementations§
§impl R
impl R
pub fn global_up_en(&self) -> BitReaderRaw<bool>
pub fn global_up_en(&self) -> BitReaderRaw<bool>
Bit 0 - The global enable of update of all active registers in MCPWM module
pub fn global_force_up(&self) -> BitReaderRaw<bool>
pub fn global_force_up(&self) -> BitReaderRaw<bool>
Bit 1 - a toggle (software invert its value) will trigger a forced update of all active registers in MCPWM module
pub fn op0_up_en(&self) -> BitReaderRaw<bool>
pub fn op0_up_en(&self) -> BitReaderRaw<bool>
Bit 2 - When set and PWM_GLOBAL_UP_EN is set, update of active registers in PWM operator 0 are enabled
pub fn op0_force_up(&self) -> BitReaderRaw<bool>
pub fn op0_force_up(&self) -> BitReaderRaw<bool>
Bit 3 - a toggle (software invert its value) will trigger a forced update of active registers in PWM operator 0
pub fn op1_up_en(&self) -> BitReaderRaw<bool>
pub fn op1_up_en(&self) -> BitReaderRaw<bool>
Bit 4 - When set and PWM_GLOBAL_UP_EN is set, update of active registers in PWM operator 1 are enabled
pub fn op1_force_up(&self) -> BitReaderRaw<bool>
pub fn op1_force_up(&self) -> BitReaderRaw<bool>
Bit 5 - a toggle (software invert its value) will trigger a forced update of active registers in PWM operator 1
pub fn op2_up_en(&self) -> BitReaderRaw<bool>
pub fn op2_up_en(&self) -> BitReaderRaw<bool>
Bit 6 - When set and PWM_GLOBAL_UP_EN is set, update of active registers in PWM operator 2 are enabled
pub fn op2_force_up(&self) -> BitReaderRaw<bool>
pub fn op2_force_up(&self) -> BitReaderRaw<bool>
Bit 7 - a toggle (software invert its value) will trigger a forced update of active registers in PWM operator 2
Methods from Deref<Target = R<UPDATE_CFG_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.