GLOBAL_ADC: Enumerations

Modbus RTU XMC47

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.
 

Detailed Description

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 107 of file GLOBAL_ADC.h.