no-OS
Loading...
Searching...
No Matches
common_data.h
Go to the documentation of this file.
1/***************************************************************************/
33
34#ifndef __COMMON_DATA_H__
35#define __COMMON_DATA_H__
36
37#include "parameters.h"
38#include "ad7124.h"
39#include "ad7124_regs.h"
40
43extern struct ad7124_init_param ad7124_ip;
44
45#endif /* __COMMON_DATA_H__ */
struct no_os_spi_init_param ad7124_spi_ip
Definition common_data.c:48
struct ad7124_init_param ad7124_ip
Definition common_data.c:58
struct no_os_uart_init_param ad7124_uart_ip
Definition common_data.c:36
AD7124 header file. Devices: AD7124-4, AD7124-8.
AD7124-8 register initialization file for ad7124-8pmdz project.
Definition ad7124.h:547
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