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 "adxl367.h"
47 
48 /******************************************************************************/
49 /********************** Macros and Constants Definitions **********************/
50 /******************************************************************************/
51 extern const struct no_os_spi_init_param spi_ip;
52 
53 extern struct adxl367_init_param init_param;
54 
55 #endif /* __COMMON_DATA_H__ */
init_param
struct adxl367_init_param init_param
Definition: ad7616_sdz.c:119
adxl367_init_param
Structure holding the parameters for ADXL367 device initialization.
Definition: adxl367.h:457
spi_ip
const struct no_os_spi_init_param spi_ip
Definition: ad5758_sdz.c:63
adxl367.h
Header file of ADXL367 Driver.
no_os_spi_init_param
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:131