no-OS
common_data.h
Go to the documentation of this file.
1 /***************************************************************************/
39 #ifndef __COMMON_DATA_H__
40 #define __COMMON_DATA_H__
41 
42 #include "platform_includes.h"
43 #include "max2201x.h"
44 
48 extern struct max2201x_init_param max2201x_ip;
49 
50 #endif /* __COMMON_DATA_H_ */
max2201x_rstb_ip
struct no_os_gpio_init_param max2201x_rstb_ip
Definition: common_data.c:61
no_os_gpio_init_param
Structure holding the parameters for GPIO initialization.
Definition: no_os_gpio.h:85
max2201x_spi_ip
struct no_os_spi_init_param max2201x_spi_ip
Definition: common_data.c:53
max2201x_uart_ip
struct no_os_uart_init_param max2201x_uart_ip
Definition: common_data.c:41
max2201x_init_param
Structure holding the MAX2201X initialization parameter.
Definition: max2201x.h:198
max2201x.h
Header file of MAX2201X Driver.
max2201x_ip
struct max2201x_init_param max2201x_ip
Definition: common_data.c:69
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:116
no_os_spi_init_param
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:131