no-OS
common_data.h
Go to the documentation of this file.
1 /***************************************************************************/
33 #ifndef __COMMON_DATA_H__
34 #define __COMMON_DATA_H__
35 
36 #include "platform_includes.h"
37 #include "no_os_spi.h"
38 #include "no_os_uart.h"
39 #include "no_os_gpio.h"
40 
44 
45 #endif /* __COMMON_DATA_H__ */
no_os_gpio_init_param
Structure holding the parameters for GPIO initialization.
Definition: no_os_gpio.h:79
no_os_spi.h
Header file of SPI Interface.
adin1110_uart_ip
struct no_os_uart_init_param adin1110_uart_ip
Definition: common_data.c:36
adin1110_spi_ip
struct no_os_spi_init_param adin1110_spi_ip
Definition: common_data.c:46
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:110
no_os_gpio.h
Header file of GPIO Interface.
adin1110_reset_gpio_ip
struct no_os_gpio_init_param adin1110_reset_gpio_ip
Definition: common_data.c:56
no_os_uart.h
Header file of UART interface.
no_os_spi_init_param
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:140