Home
last modified time | relevance | path

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

/hal_nordic-3.5.0/nrfx/samples/src/nrfx_saadc/simple_blocking/
Dmain.c90 static const nrfx_saadc_channel_t m_multiple_channels[] = variable
98 #define CHANNEL_COUNT NRFX_ARRAY_SIZE(m_multiple_channels)
175 m_multiple_channels[0].channel_index, samples_buffer[0]); in main()
187 status = nrfx_saadc_channels_config(m_multiple_channels, CHANNEL_COUNT); in main()
224 m_multiple_channels[i].channel_index, samples_buffer[i]); in main()
DREADME.md24 …G - SAADC driver is configured to work with multiple channels ( @p m_multiple_channels ) in the bl…
26 - STATE_MULTIPLE_SAMPLING - sampling on multiple channels ( @p m_multiple_channels ) is performed s…
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_saadc/simple_non_blocking/
Dmain.c90 static const nrfx_saadc_channel_t m_multiple_channels[] = variable
98 #define CHANNEL_COUNT NRFX_ARRAY_SIZE(m_multiple_channels)
225 status = nrfx_saadc_channels_config(m_multiple_channels, CHANNEL_COUNT); in main()
DREADME.md25 …G - SAADC driver is configured to work with multiple channels ( @p m_multiple_channels ) in the bl…
27 - STATE_MULTIPLE_SAMPLING - sampling on multiple channels ( @p m_multiple_channels ) is performed s…
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_saadc/advanced_blocking/
DREADME.md25 …G - SAADC driver is configured to work with multiple channels ( @p m_multiple_channels ) in the bl…
27 - STATE_MULTIPLE_SAMPLING - sampling on multiple channels ( @p m_multiple_channels ) is performed s…