Home
last modified time | relevance | path

Searched refs:_index (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_saadc.h78 #define NRFX_SAADC_DEFAULT_CHANNEL_SE(_pin_p, _index) \ argument
97 .channel_index = _index, \
116 #define NRFX_SAADC_DEFAULT_CHANNEL_DIFFERENTIAL(_pin_p, _pin_n, _index) \ argument
135 .channel_index = _index, \
164 #define NRFX_SAADC_SAMPLE_GET(_resolution, _samples, _index) \ argument
165 ((_resolution) == NRF_SAADC_RESOLUTION_8BIT ? (((int8_t *) (_samples))[(_index)]) : \
166 (((int16_t *)(_samples))[(_index)]))
168 #define NRFX_SAADC_SAMPLE_GET(_resolution, _samples, _index) (((int16_t *)(_samples))[(_index)])
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/common/
Dsaadc_examples_common.h64 #define SAADC_CHANNEL_SE_ACQ_3US(_pin_p, _index) \ argument
78 .channel_index = _index, \
/hal_nordic-latest/nrfx/samples/doc/
Dnrfx_examples.doxyfile1395 # genXcode/_index.html for more information.
/hal_nordic-latest/nrfx/doc/
Dnrfx.doxyfile1404 # genXcode/_index.html for more information.