no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
common_data.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef __COMMON_DATA_H__
34#define __COMMON_DATA_H__
35
36#include "platform_includes.h"
37#include "adxl38x.h"
38
39#ifdef MAXIM_PLATFORM
40#include "maxim/parameters.h"
41#endif
42
45extern struct adxl38x_init_param adxl38x_ip;
46
47#endif /* __COMMON_DATA_H__ */
Header file of ADXL38X Driver.
struct no_os_uart_init_param adxl38x_uart_ip
Definition common_data.c:36
struct no_os_spi_init_param adxl38x_spi_ip
Definition common_data.c:48
struct adxl38x_init_param adxl38x_ip
Definition common_data.c:58
Structure holding the parameters for ADXL38X device initialization.
Definition adxl38x.h:345
Structure holding the parameters for SPI initialization.
Definition no_os_spi.h:128
Structure holding the parameters for UART initialization.
Definition no_os_uart.h:98