[][src]Type Definition esp32::mcpwm::mcpwm_operator_timersel_reg::R

type R = R<u32, MCPWM_OPERATOR_TIMERSEL_REG>;

Reader of register MCPWM_OPERATOR_TIMERSEL_REG

Methods

impl R[src]

pub fn mcpwm_operator2_timersel(&self) -> MCPWM_OPERATOR2_TIMERSEL_R[src]

Bits 4:5 - Select which PWM timer's is the timing reference for PWM operator2 0: timer0 1: timer1 2: timer2

pub fn mcpwm_operator1_timersel(&self) -> MCPWM_OPERATOR1_TIMERSEL_R[src]

Bits 2:3 - Select which PWM timer's is the timing reference for PWM operator1 0: timer0 1: timer1 2: timer2

pub fn mcpwm_operator0_timersel(&self) -> MCPWM_OPERATOR0_TIMERSEL_R[src]

Bits 0:1 - Select which PWM timer's is the timing reference for PWM operator0 0: timer0 1: timer1 2: timer2