Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/simple_blocking/
Dmain.c80STATE_SINGLE_CONFIG, ///< Configure a single SAADC channel and set the SAADC driver in the sim… enumerator
120 static state_t m_current_state = STATE_SINGLE_CONFIG;
162 case STATE_SINGLE_CONFIG: in main()
DREADME.md19 …gram works as a simple state machine and starts in state @p m_current_state == STATE_SINGLE_CONFIG.
21 - STATE_SINGLE_CONFIG - SAADC driver is configured to work with only one channel ( @p m_single_chan…
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/simple_non_blocking/
Dmain.c80STATE_SINGLE_CONFIG, ///< Configure a single SAADC channel and set the SAADC driver in the sim… enumerator
120 static state_t m_current_state = STATE_SINGLE_CONFIG;
204 case STATE_SINGLE_CONFIG: in main()
DREADME.md20 …gram works as a simple state machine and starts in state @p m_current_state == STATE_SINGLE_CONFIG.
22 - STATE_SINGLE_CONFIG - SAADC driver is configured to work with only one channel ( @p m_single_chan…
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/advanced_blocking/
DREADME.md20 …gram works as a simple state machine and starts in state @p m_current_state == STATE_SINGLE_CONFIG.
22 - STATE_SINGLE_CONFIG - SAADC driver is configured to work with only one channel ( @p m_single_chan…