VADC_GLOBAL_CONFIG: VADC_GLOBAL_CONFIG.c File Reference

VADC GLOBAL CONFIG

VADC_GLOBAL_CONFIG
VADC_GLOBAL_CONFIG.c File Reference

Detailed Description

Date
2016-08-17

NOTE: This file is generated by DAVE-4. Any manual modification done to this file will be lost when the code is regenerated.

Definition in file VADC_GLOBAL_CONFIG.c.

Functions

DAVE_APP_VERSION_t VADC_GLOBAL_CONFIG_GetAppVersion ()
 Get the VADC_GLOBAL_CONFIG APP version. More...
 
VADC_GLOBAL_CONFIG_STATUS_t VADC_GLOBAL_CONFIG_Init (const VADC_GLOBAL_CONFIG_t *const handle)
 Initializes the ADC global as per user configured values. More...
 

Function Documentation

VADC_GLOBAL_CONFIG_STATUS_t VADC_GLOBAL_CONFIG_Init ( const VADC_GLOBAL_CONFIG_t *const  handle)

Initializes the ADC global as per user configured values.

Parameters
handlePointer to static content of APP configuration.
Returns
VADC_GLOBAL_CONFIG_STATUS_t: Status of the VADC driver initialization.
VADC_GLOBAL_CONFIG_STATUS_SUCCESS - on successful initialization.
VADC_GLOBAL_CONFIG_STATUS_FAILURE - if initialization fails.

Definition at line 95 of file VADC_GLOBAL_CONFIG.c.

References VADC_GLOBAL_CONFIG::init_function, and VADC_GLOBAL_CONFIG_STATUS_SUCCESS.

Go to the source code of this file.