![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
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). | |
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.