Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/simple_blocking/
Dmain.c120 static state_t m_current_state = STATE_SINGLE_CONFIG; variable
160 switch (m_current_state) in main()
178 m_current_state = STATE_SINGLE_SAMPLING; in main()
202 m_current_state = STATE_MULTIPLE_CONFIG; in main()
223 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-latest/nrfx/samples/src/nrfx_saadc/simple_non_blocking/
Dmain.c120 static state_t m_current_state = STATE_SINGLE_CONFIG; variable
202 switch (m_current_state) in main()
221 m_current_state = STATE_SINGLE_SAMPLING; in main()
237 m_current_state = STATE_MULTIPLE_CONFIG; in main()
258 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-latest/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.