20#ifndef ADC_ARCH_PRIVATE_H
21#define ADC_ARCH_PRIVATE_H
27#include "hal/adc_types.h"
32#define RTCIO_GPIO(n) n
33#define RTCIO_NA UINT8_MAX
42 adc_channel_t adc_channel;
52extern const _adc_hw_desc_t _adc_hw[];
57extern const gpio_t _gpio_rtcio_map[];
Low-level GPIO peripheral driver interface definitions.