Searched refs:m_single_channel (Results 1 – 10 of 10) sorted by relevance
80 static const nrfx_saadc_channel_t m_single_channel = SAADC_CHANNEL_SE_ACQ_3US(CH0_AIN, 0); variable119 status = nrfx_saadc_channel_config(&m_single_channel); in main()
22 …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…
106 static const nrfx_saadc_channel_t m_single_channel = SAADC_CHANNEL_SE_ACQ_3US(CH0_AIN, 0); variable207 status = nrfx_saadc_channel_config(&m_single_channel); in main()
20 In the sample the @p m_single_channel is configured, and the SAADC driver is set to the advanced mo…
87 static const nrfx_saadc_channel_t m_single_channel = NRFX_SAADC_DEFAULT_CHANNEL_SE(CH0_AIN, 0); variable165 status = nrfx_saadc_channel_config(&m_single_channel); in main()
21 …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…
87 static const nrfx_saadc_channel_t m_single_channel = NRFX_SAADC_DEFAULT_CHANNEL_SE(CH0_AIN, 0); variable207 status = nrfx_saadc_channel_config(&m_single_channel); in main()
22 …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…
115 static const nrfx_saadc_channel_t m_single_channel = SAADC_CHANNEL_SE_ACQ_3US(CH0_AIN, 0); variable270 status = nrfx_saadc_channel_config(&m_single_channel); in main()
21 In the sample @p m_single_channel is configured, and the SAADC driver is set to the advanced mode.