ADuCM302x Device Drivers API Reference Manual
Release 3.1.2.0
|
#include <adi_tmr.h>
Data Fields | |
bool | bEnable |
bool | bPrescaleReset |
uint8_t | nEventID |
Configuration structure to fill and pass to adi_tmr_ConfigEvent when configuring event capture
bool bEnable |
True to enable event capture, false to disable it
Definition at line 213 of file adi_tmr.h.
Referenced by adi_tmr_ConfigEvent().
bool bPrescaleReset |
True to reset the counter and prescaler when the selected event occurs, false to let it continue
Definition at line 215 of file adi_tmr.h.
Referenced by adi_tmr_ConfigEvent().
uint8_t nEventID |
Event identifier, see hardware reference manual for details
Definition at line 217 of file adi_tmr.h.
Referenced by adi_tmr_ConfigEvent().