AM64x MCU+ SDK  08.02.00
EPWM_TripzoneCfg 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::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::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::tripPin

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

◆ enableTripIntr

uint32_t EPWM_TripzoneCfg::enableTripIntr

Enable Trip Zone Interrupt.