Home
last modified time | relevance | path

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

/hal_nordic-3.5.0/nrfx/samples/src/nrfx_saadc/simple_blocking/
Dmain.c110 static state_t m_current_state = STATE_SINGLE_CONFIG; variable
138 switch (m_current_state) in main()
156 m_current_state = STATE_SINGLE_SAMPLING; in main()
179 m_current_state = STATE_MULTIPLE_CONFIG; in main()
200 m_current_state = STATE_MULTIPLE_SAMPLING; in main()
DREADME.md19 Program works as a simple state machine and starts in state @p m_current_state == STATE_SINGLE_CONF…
22 Afterward, @p m_current_state changes to STATE_SINGLE_SAMPLING.
23 …ed specified number of times ( @p SAMPLING_ITERATIONS ), and then @p m_current_state changes to ST…
25 Afterward, @p m_current_state changes to STATE_MULTIPLE_SAMPLING.
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_saadc/simple_non_blocking/
Dmain.c110 static state_t m_current_state = STATE_SINGLE_CONFIG; variable
182 switch (m_current_state) in main()
201 m_current_state = STATE_SINGLE_SAMPLING; in main()
217 m_current_state = STATE_MULTIPLE_CONFIG; in main()
238 m_current_state = STATE_MULTIPLE_SAMPLING; in main()
DREADME.md20 Program works as a simple state machine and starts in state @p m_current_state == STATE_SINGLE_CONF…
23 Afterward, @p m_current_state changes to STATE_SINGLE_SAMPLING.
24 …ed specified number of times ( @p SAMPLING_ITERATIONS ), and then @p m_current_state changes to ST…
26 Afterward, @p m_current_state changes to STATE_MULTIPLE_SAMPLING.
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_saadc/advanced_blocking/
DREADME.md20 Program works as a simple state machine and starts in state @p m_current_state == STATE_SINGLE_CONF…
23 Afterward, @p m_current_state changes to STATE_SINGLE_SAMPLING.
24 … a specified number of times ( @p SAMPLING_ITERATIONS ), and then @p m_current_state changes to ST…
26 Afterward, @p m_current_state changes to STATE_MULTIPLE_SAMPLING.