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 "ad4692.h"
38
45
46#define AD4692_GPIO_TRIG_NAME "ad4692-dev0"
47
48extern struct ad4692_init_param ad4692_ip;
49
50#endif /* __COMMON_DATA_H__ */
Header file for ad4692 Driver.
struct no_os_gpio_init_param ad4692_gpio0_ip
Definition common_data.c:56
struct no_os_irq_init_param ad4692_gpio_irq_ip
Definition common_data.c:82
struct no_os_uart_init_param ad4692_uart_ip
Definition common_data.c:35
struct no_os_gpio_init_param ad4692_reset_ip
Definition common_data.c:64
struct no_os_pwm_init_param ad4692_pwm_ip
Definition common_data.c:72
struct no_os_spi_init_param ad4692_spi_ip
Definition common_data.c:47
struct ad4692_init_param ad4692_ip
Definition common_data.c:88
Definition ad4692.h:206
Structure holding the parameters for GPIO initialization.
Definition no_os_gpio.h:67
Structure holding the initial parameters for Interrupt Request.
Definition no_os_irq.h:101
Structure containing the init parameters needed by the PWM generator.
Definition no_os_pwm.h:56
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