ADuCM4x50 Device Drivers API Reference Manual  Release 4.0.0.0
ADI_TMR_EVENT_CONFIG Struct Reference

#include <adi_tmr.h>

Data Fields

bool bEnable
 
bool bPrescaleReset
 
uint8_t nEventID
 

Detailed Description

Configuration structure to fill and pass to adi_tmr_ConfigEvent when configuring event capture

Definition at line 178 of file adi_tmr.h.

Field Documentation

◆ bEnable

bool bEnable

True to enable event capture, false to disable it

Definition at line 180 of file adi_tmr.h.

Referenced by adi_tmr_ConfigEvent().

◆ bPrescaleReset

bool bPrescaleReset

True to reset the counter and prescaler when the selected event occurs, false to let it continue

Definition at line 182 of file adi_tmr.h.

Referenced by adi_tmr_ConfigEvent().

◆ nEventID

uint8_t nEventID

Event identifier, see hardware reference manual for details

Definition at line 184 of file adi_tmr.h.

Referenced by adi_tmr_ConfigEvent().