Home
last modified time | relevance | path

Searched refs:BUFFER_COUNT (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/advanced_non_blocking_internal_timer/
Dmain.c94 #define BUFFER_COUNT 2UL macro
110 static uint8_t m_sample_buffers[BUFFER_COUNT][BUFFER_SIZE];
112 static uint16_t m_sample_buffers[BUFFER_COUNT][BUFFER_SIZE];
159 buffer_index = buffer_index % BUFFER_COUNT; in saadc_handler()
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/maximum_performance/
Dmain.c103 #define BUFFER_COUNT 2UL macro
119 static uint8_t m_sample_buffers[BUFFER_COUNT][BUFFER_SIZE];
121 static uint16_t m_sample_buffers[BUFFER_COUNT][BUFFER_SIZE];
177 buffer_index = buffer_index % BUFFER_COUNT; in saadc_handler()