AM64x MCU+ SDK  08.01.00
Epwm_DeadbandCfg_t Struct Reference

Detailed Description

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
 

Field Documentation

◆ inputMode

uint32_t Epwm_DeadbandCfg_t::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.

◆ outputMode

uint32_t Epwm_DeadbandCfg_t::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.

◆ polaritySelect

uint32_t Epwm_DeadbandCfg_t::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.

◆ risingEdgeDelay

uint32_t Epwm_DeadbandCfg_t::risingEdgeDelay

Rising edge delay count in cycles.

◆ fallingEdgeDelay

uint32_t Epwm_DeadbandCfg_t::fallingEdgeDelay

Falling edge delay count in cycles.