AM243x MCU+ SDK  08.01.00
Epwm_AqActionCfg_t Struct Reference

Detailed Description

Structure holding the Action Qualifier actions to be taken on the PWM output at the specific events.

Data Fields

uint32_t zeroAction
 
uint32_t prdAction
 
uint32_t cmpAUpAction
 
uint32_t cmpADownAction
 
uint32_t cmpBUpAction
 
uint32_t cmpBDownAction
 

Field Documentation

◆ zeroAction

uint32_t Epwm_AqActionCfg_t::zeroAction

Action to be taken when counter equals zero. This can take values from the following enum Epwm_AqAction_t.

◆ prdAction

uint32_t Epwm_AqActionCfg_t::prdAction

Action to be taken when the counter equals the period. This can take values from the following enum Epwm_AqAction_t.

◆ cmpAUpAction

uint32_t Epwm_AqActionCfg_t::cmpAUpAction

Action to be taken when the counter equals the active CMPA register and the counter is incrementing. This can take values from the following enum Epwm_AqAction_t.

◆ cmpADownAction

uint32_t Epwm_AqActionCfg_t::cmpADownAction

Action to be taken when the counter equals the active CMPA register and the counter is decrementing. This can take values from the following enum Epwm_AqAction_t.

◆ cmpBUpAction

uint32_t Epwm_AqActionCfg_t::cmpBUpAction

Action to be taken when the counter equals the active CMPB register and the counter is incrementing. This can take values from the following enum Epwm_AqAction_t.

◆ cmpBDownAction

uint32_t Epwm_AqActionCfg_t::cmpBDownAction

Action to be taken when the time-base counter equals the active CMPB register and the counter is decrementing. This can take values from the following enum Epwm_AqAction_t.