ANALOG_IO: ANALOG_IO.c File Reference

ANALOG IO

ANALOG_IO
ANALOG_IO.c File Reference

Detailed Description

Date:
2016-07-08

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

Definition in file ANALOG_IO.c.

#include "analog_io.h"

Functions

DAVE_APP_VERSION_t ANALOG_IO_GetAppVersion (void)
 Get ANALOG_IO APP version.
ANALOG_IO_STATUS_t ANALOG_IO_Init (const ANALOG_IO_t *const handle)
 Function to initialize the port pin as per UI settings.

Function Documentation

ANALOG_IO_STATUS_t ANALOG_IO_Init ( const ANALOG_IO_t *const  handle)

Function to initialize the port pin as per UI settings.

Description : Function to initialize the analog port pin properties.

Input Parameter : Handler Pointer pointing to APP data structure. Output Parameter : ANALOG_IO_STATUS_t (ANALOG_IO APP initialization status).

Definition at line 96 of file ANALOG_IO.c.

References ANALOG_IO_STATE_INITIALIZED, ANALOG_IO_STATE_NOT_INITIALIZED, ANALOG_IO_STATUS_OK, ANALOG_IO::config_ptr, and ANALOG_IO::state.

Go to the source code of this file.