Structure holding the dead band generation sub-module configuration parameters.
Data Fields | |
| uint32_t | inputMode | 
| uint32_t | outputMode | 
| uint32_t | polaritySelect | 
| uint32_t | risingEdgeDelay | 
| uint32_t | fallingEdgeDelay | 
| uint32_t EPWM_DeadbandCfg::inputMode | 
Input mode control that selects the input source to the falling-edge and rising-edge delay. This can take values from the following enum EPWM_DbInMode_t.
| uint32_t EPWM_DeadbandCfg::outputMode | 
Output mode control that selectively enable or bypass the dead-band generation for the falling-edge and rising-edge delay. This can take values from the following enum EPWM_DbOutMode_t.
| uint32_t EPWM_DeadbandCfg::polaritySelect | 
Polarity selection control that allows selectively invert one of the delayed signals before it is sent out of the dead-band sub-module. This can take values from the following enum EPWM_DbPolSel_t.
| uint32_t EPWM_DeadbandCfg::risingEdgeDelay | 
Rising edge delay count in cycles.
| uint32_t EPWM_DeadbandCfg::fallingEdgeDelay | 
Falling edge delay count in cycles.