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 /******************************************************************************/
43 /***************************** Include Files **********************************/
44 /******************************************************************************/
45 #include "platform_includes.h"
46 #include "max11205.h"
47 
48 /******************************************************************************/
49 /********************** Macros and Constants Definitions **********************/
50 /******************************************************************************/
52 
56 extern struct max11205_init_param max11205_ip;
57 
58 #endif /* __COMMON_DATA_H__ */
no_os_gpio_init_param
Structure holding the parameters for GPIO initialization.
Definition: no_os_gpio.h:85
max11205_gpio_rdy_ip
struct no_os_gpio_init_param max11205_gpio_rdy_ip
Definition: common_data.c:70
max11205_init_param
Definition: max11205.h:79
max11205_uart_ip
struct no_os_uart_init_param max11205_uart_ip
Definition: common_data.c:48
max11205_gpio_irq_ip
struct no_os_irq_init_param max11205_gpio_irq_ip
Definition: common_data.c:78
max11205_spi_ip
struct no_os_spi_init_param max11205_spi_ip
Definition: common_data.c:60
max11205_ip
struct max11205_init_param max11205_ip
Definition: common_data.c:84
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:116
no_os_irq_init_param
Structure holding the initial parameters for Interrupt Request.
Definition: no_os_irq.h:113
max11205.h
Implementation of max11205.h.
no_os_spi_init_param
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:131