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 "adxl38x.h"
47 
48 #ifdef MAXIM_PLATFORM
49 #include "maxim/parameters.h"
50 #endif
51 
52 /******************************************************************************/
53 /********************** Macros and Constants Definitions **********************/
54 /******************************************************************************/
57 extern struct adxl38x_init_param adxl38x_ip;
58 
59 #endif /* __COMMON_DATA_H__ */
adxl38x.h
Header file of ADXL38X Driver.
adxl38x_uart_ip
struct no_os_uart_init_param adxl38x_uart_ip
Definition: common_data.c:48
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:116
adxl38x_ip
struct adxl38x_init_param adxl38x_ip
Definition: common_data.c:70
adxl38x_spi_ip
struct no_os_spi_init_param adxl38x_spi_ip
Definition: common_data.c:60
adxl38x_init_param
Structure holding the parameters for ADXL38X device initialization.
Definition: adxl38x.h:360
no_os_spi_init_param
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:131