33#ifndef __COMMON_DATA_H__
34#define __COMMON_DATA_H__
36#include "parameters.h"
struct no_os_gpio_init_param adin1110_reset_gpio_ip
Definition common_data.c:56
struct no_os_uart_init_param adin1110_uart_ip
Definition common_data.c:36
struct no_os_spi_init_param adin1110_spi_ip
Definition common_data.c:46
Header file of GPIO Interface.
Header file of SPI Interface.
Header file of UART interface.
Structure holding the parameters for GPIO initialization.
Definition no_os_gpio.h:67
Structure holding the parameters for SPI initialization.
Definition no_os_spi.h:128
Structure holding the parameters for UART initialization.
Definition no_os_uart.h:98