33#ifndef __COMMON_DATA_H__
34#define __COMMON_DATA_H__
36#include "platform_includes.h"
47#define SPI_MAX_HZ 4000000
struct no_os_uart_init_param uip
Definition common_data.c:36
Header file of ADXL313 Driver.
struct adxl313_init_param adxl313_user_init
Definition common_data.c:58
struct no_os_spi_init_param sip
Definition common_data.c:48
Header file of IIO ADXL355 Driver.
Structure holding the parameters for ADXL313 device initialization.
Definition adxl313.h:387
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