Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_saadc.c86 …bool oversampling_without_burst; ///< Flag indicating whether oversampling… member
427 bool oversampling_without_burst = false; in nrfx_saadc_advanced_mode_set() local
438 oversampling_without_burst = true; in nrfx_saadc_advanced_mode_set()
459 m_cb.oversampling_without_burst = oversampling_without_burst; in nrfx_saadc_advanced_mode_set()
587 if (m_cb.oversampling_without_burst) in nrfx_saadc_mode_trigger()