VADC_GROUP_CONFIG: VADC_GROUP_CONFIG.c File Reference

VADC GROUP CONFIG

VADC_GROUP_CONFIG
VADC_GROUP_CONFIG.c File Reference

Detailed Description

Date
2016-08-18

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_GROUP_CONFIG.c.

Functions

DAVE_APP_VERSION_t VADC_GROUP_CONFIG_GetAppVersion ()
 Get the VADC_GROUP_CONFIG APP version. More...
 
VADC_GROUP_CONFIG_STATUS_t VADC_GROUP_CONFIG_Init (const VADC_GROUP_CONFIG_t *const handle)
 Function to initialize the SPI module as per the configuration made in GUI. More...
 

Function Documentation

VADC_GROUP_CONFIG_STATUS_t VADC_GROUP_CONFIG_Init ( const VADC_GROUP_CONFIG_t *const  handle)

Function to initialize the SPI module as per the configuration made in GUI.

Parameters
[in]handlePointer to static content of APP configuration.
Returns
VADC_GROUP_CONFIG_STATUS_t: Status of the SPI driver initialization.
VADC_GROUP_CONFIG_STATUS_SUCCESS - on successful initialization.
VADC_GROUP_CONFIG_STATUS_FAILURE - if initialization fails.

Definition at line 97 of file VADC_GROUP_CONFIG.c.

References VADC_GROUP_CONFIG::init_func, and VADC_GROUP_CONFIG_STATUS_SUCCESS.

Go to the source code of this file.