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 "adg2404.h"
38#include "no_os_uart.h"
39#include "parameters.h"
40
41extern struct adg2404_init_param adg2404_ip;
43
44#endif /* __COMMON_DATA_H__ */
Header file of ADG2404 Driver.
struct adg2404_init_param adg2404_ip
Definition common_data.c:48
struct no_os_uart_init_param adg2404_uart_ip
Definition common_data.c:36
Header file of UART interface.
Definition adg2404.h:55
Structure holding the parameters for UART initialization.
Definition no_os_uart.h:98