Home
last modified time | relevance | path

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

/hal_nordic-3.6.0/nrfx/drivers/include/
Dnrfx_saadc.h191 .start_on_end = false, \
209 …bool start_on_end; ///< Flag indicating if the START task is to be triggere… member
/hal_nordic-3.6.0/nrfx/drivers/src/
Dnrfx_saadc.c85 …bool start_on_end; ///< Flag indicating if the START task is… member
458 m_cb.start_on_end = p_config->start_on_end; in nrfx_saadc_advanced_mode_set()
836 if (m_cb.start_on_end && m_cb.buffer_secondary.p_buffer) in saadc_event_end_handle()
/hal_nordic-3.6.0/nrfx/samples/src/nrfx_saadc/advanced_non_blocking_internal_timer/
Dmain.c212 adv_config.start_on_end = true; in main()
DREADME.md20 …river is set to the advanced mode with the @p nrfx_saadc_adv_config_t::start_on_end option enabled.
/hal_nordic-3.6.0/nrfx/samples/src/nrfx_saadc/maximum_performance/
Dmain.c279 adv_config.start_on_end = false; in main()