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 "adpd188.h"
38#include "iio_adpd188.h"
39#include "no_os_uart.h"
40#include "no_os_gpio.h"
41#include "no_os_irq.h"
42#include "no_os_timer.h"
43
44/* Sync GPIO pin number used during the 32kHz calibration. */
45#define ADPD1080_SYNC_GPIO_NUM GPIO_SYNC_NUM
46
49
53
54#endif /* __COMMON_DATA_H__ */
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