precision-converters-firmware
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
24xx32a_eeprom_iio.h
Go to the documentation of this file.
1/***************************************************************************/
12#ifndef _24XX32A_EEPROM_IIO_H_
13#define _24XX32A_EEPROM_IIO_H_
14
15/******************************************************************************/
16/***************************** Include Files **********************************/
17/******************************************************************************/
18
19/******************************************************************************/
20/********************** Macros and Constants Definition ***********************/
21/******************************************************************************/
22
23/******************************************************************************/
24/********************** Public/Extern Declarations ****************************/
25/******************************************************************************/
26
27/* Init the IIO interface */
28int32_t evb_discovery_iio_init(void);
29
30/* IIO event handler */
32
33#endif /* _24XX32A_EEPROM_IIO_H_ */
int32_t evb_discovery_iio_init(void)
Initialize the IIO interface.
Definition 24xx32a_eeprom_iio.c:187
void evb_discovery_iio_event_handler(void)
Run the IIO event handler.
Definition 24xx32a_eeprom_iio.c:253