no-OS
Loading...
Searching...
No Matches
common_data.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef __COMMON_DATA_H__
34#define __COMMON_DATA_H__
35
36#include "parameters.h"
37#include "ada4250.h"
38#include "no_os_spi.h"
39#include "no_os_uart.h"
40
43extern struct ada4250_init_param ada4250_ip;
44
45#endif /* __COMMON_DATA_H__ */
Header file for ada4250 Driver.
struct no_os_spi_init_param ada4250_spi_ip
Definition common_data.c:48
struct no_os_uart_init_param ada4250_uart_ip
Definition common_data.c:36
struct ada4250_init_param ada4250_ip
Definition common_data.c:57
Header file of SPI Interface.
Header file of UART interface.
ADA4250 Initialization Parameters structure.
Definition ada4250.h:162
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