Go to the documentation of this file.
34 #ifndef __COMMON_DATA_H__
35 #define __COMMON_DATA_H__
40 #include "platform_includes.h"
Structure holding the parameters for GPIO initialization.
Definition: no_os_gpio.h:79
Header file of AD7616 Driver.
struct no_os_uart_desc * uart_desc
Definition: main.c:46
Stucture holding the UART descriptor.
Definition: no_os_uart.h:134
struct no_os_spi_init_param ad7616_spi_ip
Definition: common_data.c:56
struct no_os_uart_init_param ad7616_uart_ip
Definition: common_data.c:44
struct ad7616_init_param ad7616_ip
Definition: common_data.c:90
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:110
struct no_os_gpio_init_param ad7616_gpio_reset_ip
Definition: common_data.c:75
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:140