Structure holding the configuration parameters of Chopper sub-module.
Data Fields | |
uint32_t | dutyCycle |
uint32_t | clkFrequency |
uint32_t | oneShotPulseWidth |
uint32_t EPWM_ChopperCfg::dutyCycle |
Chopping clock duty cycle. This can take values from the following enum EPWM_ChpDutyCycle_t.
uint32_t EPWM_ChopperCfg::clkFrequency |
Chopping clock frequency. This can take values from the following enum EPWM_ChpClkFreq_t.
uint32_t EPWM_ChopperCfg::oneShotPulseWidth |
One shot pulse width: pulse width of first pulse. This can take values from the following enum EPWM_ChpOshtWidth_t.