ADC controller functions used by ADC and DAC peripherals. More...
ADC controller functions used by ADC and DAC peripherals.
Definition in file adc_ctrl.h.
#include "periph/gpio.h"
Go to the source code of this file.
Data Structures | |
struct | _adc_hw_t |
ADC pin hardware information type (for internal use only) More... | |
Enumerations | |
enum | { ADC1_CTRL, ADC2_CTRL } |
ADC controllers. More... | |
enum | { RTCIO_TOUCH0 = 0, RTCIO_TOUCH1, RTCIO_TOUCH2, RTCIO_TOUCH3, RTCIO_TOUCH4, RTCIO_TOUCH5, RTCIO_TOUCH6, RTCIO_TOUCH7, RTCIO_TOUCH8, RTCIO_TOUCH9, RTCIO_ADC_ADC1, RTCIO_ADC_ADC2, RTCIO_SENSOR_SENSE1, RTCIO_SENSOR_SENSE2, RTCIO_SENSOR_SENSE3, RTCIO_SENSOR_SENSE4, RTCIO_DAC1, RTCIO_DAC2, RTCIO_NA } |
RTC IO pin type (does not correspond to RTC gpio num order) More... | |
Variables | |
const struct _adc_hw_t | _adc_hw [] |
RTC hardware map. More... | |
anonymous enum |
ADC controllers.
Enumerator | |
---|---|
ADC1_CTRL | ADC1 controller. |
ADC2_CTRL | ADC2 controller. |
Definition at line 32 of file adc_ctrl.h.
anonymous enum |
RTC IO pin type (does not correspond to RTC gpio num order)
Definition at line 40 of file adc_ctrl.h.
const struct _adc_hw_t _adc_hw[] |
RTC hardware map.
The index corresponds to RTC pin type _rtcio_pin_t (Table 19 in Technical Reference)