Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/advanced_blocking/
Dmain.c80 static const nrfx_saadc_channel_t m_single_channel = SAADC_CHANNEL_SE_ACQ_3US(CH0_AIN, 0); variable
119 status = nrfx_saadc_channel_config(&m_single_channel); in main()
DREADME.md22 …FIG - SAADC driver is configured to work with only one channel ( @p m_single_channel ) in the bloc…
24 - STATE_SINGLE_SAMPLING - sampling on a single channel ( @p m_single_channel ) is performed a speci…
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/advanced_non_blocking_internal_timer/
Dmain.c106 static const nrfx_saadc_channel_t m_single_channel = SAADC_CHANNEL_SE_ACQ_3US(CH0_AIN, 0); variable
207 status = nrfx_saadc_channel_config(&m_single_channel); in main()
DREADME.md20 In the sample the @p m_single_channel is configured, and the SAADC driver is set to the advanced mo…
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/simple_blocking/
Dmain.c87 static const nrfx_saadc_channel_t m_single_channel = NRFX_SAADC_DEFAULT_CHANNEL_SE(CH0_AIN, 0); variable
165 status = nrfx_saadc_channel_config(&m_single_channel); in main()
DREADME.md21 …FIG - SAADC driver is configured to work with only one channel ( @p m_single_channel ) in the bloc…
23 - STATE_SINGLE_SAMPLING - sampling on a single channel ( @p m_single_channel ) is performed specifi…
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/simple_non_blocking/
Dmain.c87 static const nrfx_saadc_channel_t m_single_channel = NRFX_SAADC_DEFAULT_CHANNEL_SE(CH0_AIN, 0); variable
207 status = nrfx_saadc_channel_config(&m_single_channel); in main()
DREADME.md22 …FIG - SAADC driver is configured to work with only one channel ( @p m_single_channel ) in the bloc…
24 - STATE_SINGLE_SAMPLING - sampling on a single channel ( @p m_single_channel ) is performed specifi…
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/maximum_performance/
Dmain.c115 static const nrfx_saadc_channel_t m_single_channel = SAADC_CHANNEL_SE_ACQ_3US(CH0_AIN, 0); variable
270 status = nrfx_saadc_channel_config(&m_single_channel); in main()
DREADME.md21 In the sample @p m_single_channel is configured, and the SAADC driver is set to the advanced mode.