33#ifndef __COMMON_DATA_H__
34#define __COMMON_DATA_H__
36#include "parameters.h"
45#define ADPD1080_SYNC_GPIO_NUM GPIO_SYNC_NUM
ADPD188 driver header file.
struct no_os_gpio_init_param adpd1080_sync_gpio_ip
Definition common_data.c:80
struct no_os_uart_init_param adpd1080_uart_ip
Definition common_data.c:36
struct no_os_timer_init_param adpd1080_cal_timer_ip
Definition common_data.c:72
struct no_os_irq_init_param adpd1080_cal_irq_ip
Definition common_data.c:86
struct adpd188_iio_init_param adpd1080_iio_ip
Definition common_data.c:48
Header of the ADPD188 IIO driver.
Header file of GPIO Interface.
Header file of IRQ interface.
Timer control module header.
Header file of UART interface.
Definition iio_adpd188.h:46
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 holding the parameters for timer initialization.
Definition no_os_timer.h:72
Structure holding the parameters for UART initialization.
Definition no_os_uart.h:98