GLOBAL_ADC: Enumerations

GLOBAL ADC

GLOBAL_ADC
Enumerations
enum  GLOBAL_ADC_STATUS { GLOBAL_ADC_SUCCESS = 0, GLOBAL_ADC_FAILURE, GLOBAL_ADC_UNINITIALIZED }
 GLOBAL_ADC state information. More...
typedef enum GLOBAL_ADC_STATUS GLOBAL_ADC_STATUS_t
 GLOBAL_ADC state information.

Enumeration Type Documentation

GLOBAL_ADC state information.

Enumerator:
GLOBAL_ADC_SUCCESS 

APP is in INITIALIZED state after execution of the Init function

GLOBAL_ADC_FAILURE 

Initialization failed returns this as status

GLOBAL_ADC_UNINITIALIZED 

This is the default state after power on reset.

Definition at line 101 of file GLOBAL_ADC.h.