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 "adxl367.h"
41 
42 /******************************************************************************/
43 /********************** Macros and Constants Definitions **********************/
44 /******************************************************************************/
45 extern const struct no_os_spi_init_param spi_ip;
46 
47 extern struct adxl367_init_param init_param;
48 
49 #endif /* __COMMON_DATA_H__ */
init_param
struct adxl367_init_param init_param
Definition: ad7616_sdz.c:113
adxl367_init_param
Structure holding the parameters for ADXL367 device initialization.
Definition: adxl367.h:451
spi_ip
const struct no_os_spi_init_param spi_ip
Definition: ad5758_sdz.c:57
adxl367.h
Header file of ADXL367 Driver.
no_os_spi_init_param
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:140