Searched refs:_index (Results 1 – 4 of 4) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_saadc.h | 78 #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/ |
| D | saadc_examples_common.h | 64 #define SAADC_CHANNEL_SE_ACQ_3US(_pin_p, _index) \ argument 78 .channel_index = _index, \
|
| /hal_nordic-latest/nrfx/samples/doc/ |
| D | nrfx_examples.doxyfile | 1395 # genXcode/_index.html for more information.
|
| /hal_nordic-latest/nrfx/doc/ |
| D | nrfx.doxyfile | 1404 # genXcode/_index.html for more information.
|