ADuCM4x50 Device Drivers API Reference Manual
Release 4.0.0.0
|
#include <adi_tmr.h>
Data Fields | |
bool | bCountingUp |
bool | bPeriodic |
ADI_TMR_PRESCALER | ePrescaler |
ADI_TMR_CLOCK_SOURCE | eClockSource |
uint16_t | nLoad |
uint16_t | nAsyncLoad |
bool | bReloading |
bool | bSyncBypass |
Configuration structure to fill and pass to adi_tmr_ConfigTimer when configuring the GP or RGB timer
bool bCountingUp |
True to count up, false to count down
Definition at line 155 of file adi_tmr.h.
Referenced by adi_tmr_ConfigTimer().
bool bPeriodic |
True for periodic (specific load value), false for free running (0xFFFF)
Definition at line 157 of file adi_tmr.h.
Referenced by adi_tmr_ConfigTimer().
ADI_TMR_PRESCALER ePrescaler |
ADI_TMR_CLOCK_SOURCE eClockSource |
uint16_t nLoad |
Load value (only relevant in periodic mode)
Definition at line 163 of file adi_tmr.h.
Referenced by adi_tmr_ConfigTimer().
uint16_t nAsyncLoad |
Asynchronous load value (only relevant in periodic mode, and when PCLK is used)
Definition at line 165 of file adi_tmr.h.
Referenced by adi_tmr_ConfigTimer().
bool bReloading |
True to enable reloading, false to disable it (only relevant in periodic mode)
Definition at line 167 of file adi_tmr.h.
Referenced by adi_tmr_ConfigTimer().
bool bSyncBypass |
True to enable sync bypass, false to disable it
Definition at line 169 of file adi_tmr.h.
Referenced by adi_tmr_ConfigTimer().