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 /******************************************************************************/
37 /***************************** Include Files **********************************/
38 /******************************************************************************/
39 #include "platform_includes.h"
40 #include "max11205.h"
41 
42 /******************************************************************************/
43 /********************** Macros and Constants Definitions **********************/
44 /******************************************************************************/
46 
50 extern struct max11205_init_param max11205_ip;
51 
52 #endif /* __COMMON_DATA_H__ */
no_os_gpio_init_param
Structure holding the parameters for GPIO initialization.
Definition: no_os_gpio.h:79
max11205_gpio_rdy_ip
struct no_os_gpio_init_param max11205_gpio_rdy_ip
Definition: common_data.c:64
max11205_init_param
Definition: max11205.h:73
max11205_uart_ip
struct no_os_uart_init_param max11205_uart_ip
Definition: common_data.c:42
max11205_gpio_irq_ip
struct no_os_irq_init_param max11205_gpio_irq_ip
Definition: common_data.c:72
max11205_spi_ip
struct no_os_spi_init_param max11205_spi_ip
Definition: common_data.c:54
max11205_ip
struct max11205_init_param max11205_ip
Definition: common_data.c:78
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:110
no_os_irq_init_param
Structure holding the initial parameters for Interrupt Request.
Definition: no_os_irq.h:107
max11205.h
Implementation of max11205.h.
no_os_spi_init_param
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:140