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 "no_os_uart.h"
38#include "no_os_gpio.h"
39#include "adg1736.h"
40
42extern struct adg1736_init_param adg1736_ip;
43
44/* LEDs */
47
48/* Test signals */
51
52#endif /* __COMMON_DATA_H__ */
Header file of ADG1736 Driver.
struct no_os_gpio_init_param led_green_ip
Definition common_data.c:81
struct no_os_uart_init_param adg1736_uart_ip
Definition common_data.c:35
struct no_os_gpio_init_param led_red_ip
Definition common_data.c:73
struct no_os_gpio_init_param gpio_s_ip
Definition common_data.c:98
struct adg1736_init_param adg1736_ip
Definition common_data.c:53
struct no_os_gpio_init_param gpio_d_ip
Definition common_data.c:90
Header file of GPIO Interface.
Header file of UART interface.
Definition adg1736.h:62
Structure holding the parameters for GPIO initialization.
Definition no_os_gpio.h:67
Structure holding the parameters for UART initialization.
Definition no_os_uart.h:98