Structure holding the trip-zone sub-module configuration parameters.
Data Fields | |
uint32_t | tripAction |
uint32_t | tripEvtType |
uint32_t | tripPin |
uint32_t | enableTripIntr |
uint32_t EPWM_TripzoneCfg::tripAction |
Action to be taken on Output when trip condition occurs. This can take values from the following enum EPWM_TzTripAction_t.
uint32_t EPWM_TripzoneCfg::tripEvtType |
Type of trip event One Shot or Cycle by cycle. This can take values from the following enum EPWM_TzEvent_t.
uint32_t EPWM_TripzoneCfg::tripPin |
Trip Pin number on which trip condition has to be monitored.
uint32_t EPWM_TripzoneCfg::enableTripIntr |
Enable Trip Zone Interrupt.