AM243x MCU+ SDK  08.00.00
Epwm_TripzoneCfg_t Struct Reference

Detailed Description

Structure holding the trip-zone sub-module configuration parameters.

Data Fields

uint32_t tripAction
 
uint32_t tripEvtType
 
uint32_t tripPin
 
uint32_t enableTripIntr
 

Field Documentation

◆ tripAction

uint32_t Epwm_TripzoneCfg_t::tripAction

Action to be taken on Output when trip condition occurs. This can take values from the following enum Epwm_TzTripAction_t.

◆ tripEvtType

uint32_t Epwm_TripzoneCfg_t::tripEvtType

Type of trip event One Shot or Cycle by cycle. This can take values from the following enum Epwm_TzEvent_t.

◆ tripPin

uint32_t Epwm_TripzoneCfg_t::tripPin

Trip Pin number on which trip condition has to be monitored.

◆ enableTripIntr

uint32_t Epwm_TripzoneCfg_t::enableTripIntr

Enable Trip Zone Interrupt.