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 "adxl38x.h"
41 
42 #ifdef MAXIM_PLATFORM
43 #include "maxim/parameters.h"
44 #endif
45 
46 /******************************************************************************/
47 /********************** Macros and Constants Definitions **********************/
48 /******************************************************************************/
51 extern struct adxl38x_init_param adxl38x_ip;
52 
53 #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:42
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:110
adxl38x_ip
struct adxl38x_init_param adxl38x_ip
Definition: common_data.c:64
adxl38x_spi_ip
struct no_os_spi_init_param adxl38x_spi_ip
Definition: common_data.c:54
adxl38x_init_param
Structure holding the parameters for ADXL38X device initialization.
Definition: adxl38x.h:354
no_os_spi_init_param
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:140