nrf_drv_adc_channel_s

nRF5 SDK v11.0.0

nRF5 SDK v11.0.0

ADC channel. More...

#include <nrf_drv_adc.h>

Data Fields

union {
nrf_drv_adc_channel_config_t config
Channel configuration.
uint32_t data
Raw value.
} config
nrf_drv_adc_channel_t * p_next
Pointer to the next enabled channel (for internal use).

Detailed Description

ADC channel.

This structure is defined by the user and used by the driver. Therefore, it should not be defined on the stack as a local variable.