nrfcxx
0.1.0
C++-17 Framework for Nordic nRF5 Devices
|
Material common to all ADC peripheral implementations. More...
#include <nrfcxx/impl.hpp>
Static Public Member Functions | |
static void | setup_result_bi (volatile uint16_t *ptr, uint16_t maxcnt=1) |
Record the destination address and count of ADC samples. More... | |
Static Public Attributes | |
static volatile uint16_t * | result_ptr_ |
static uint16_t | result_maxcnt_ |
Material common to all ADC peripheral implementations.
|
inlinestatic |
Record the destination address and count of ADC samples.
Collected samples are copied into destination buffer by the interrupt handler or the peripheral itself.