Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/maximum_performance/
Dmain.c97 #define TIME_TO_WAIT_US (uint32_t)(1000000UL / SAADC_SAMPLE_FREQUENCY) macro
257 uint32_t desired_ticks = nrfx_timer_us_to_ticks(&timer_inst, TIME_TO_WAIT_US); in main()