TIMER: Enumerations

TIMER

TIMER
Enumerations
enum  TIMER_MODULE { TIMER_MODULE_CCU4 = 0U, TIMER_MODULE_CCU8 }
 The type identifies the CCU4 or CCU8 timer selected. More...
enum  TIMER_STATUS { TIMER_STATUS_SUCCESS = 0U, TIMER_STATUS_FAILURE }
 status of the TIMER APP More...
typedef enum TIMER_MODULE TIMER_MODULE_t
 The type identifies the CCU4 or CCU8 timer selected.
typedef enum TIMER_STATUS TIMER_STATUS_t
 status of the TIMER APP

Enumeration Type Documentation

The type identifies the CCU4 or CCU8 timer selected.

Enumerator:
TIMER_MODULE_CCU4 

CCU4 is selected

TIMER_MODULE_CCU8 

CCU8 is selected

Definition at line 88 of file TIMER.h.

status of the TIMER APP

Enumerator:
TIMER_STATUS_SUCCESS 

Status success

TIMER_STATUS_FAILURE 

Status failure

Definition at line 97 of file TIMER.h.