Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 9 of 9) sorted by relevance

/hal_nordic-latest/nrfx/haly/
Dnrfy_saadc.h60 NRFY_STATIC_INLINE void __nrfy_internal_saadc_buffer_latch(NRF_SAADC_Type * p_reg, bool wait);
62 NRFY_STATIC_INLINE void __nrfy_internal_saadc_stop(NRF_SAADC_Type * p_reg, bool wait);
215 bool wait) in nrfy_saadc_buffer_set() argument
221 __nrfy_internal_saadc_buffer_latch(p_reg, wait); in nrfy_saadc_buffer_set()
231 NRFY_STATIC_INLINE void nrfy_saadc_buffer_latch(NRF_SAADC_Type * p_reg, bool wait) in nrfy_saadc_buffer_latch() argument
233 __nrfy_internal_saadc_buffer_latch(p_reg, wait); in nrfy_saadc_buffer_latch()
285 NRFY_STATIC_INLINE void nrfy_saadc_stop(NRF_SAADC_Type * p_reg, bool wait) in nrfy_saadc_stop() argument
287 __nrfy_internal_saadc_stop(p_reg, wait); in nrfy_saadc_stop()
297 NRFY_STATIC_INLINE void nrfy_saadc_calibrate(NRF_SAADC_Type * p_reg, bool wait) in nrfy_saadc_calibrate() argument
300 if (wait) in nrfy_saadc_calibrate()
[all …]
Dnrfy_pwm.h171 bool wait) in nrfy_pwm_start() argument
175 if (wait) in nrfy_pwm_start()
191 NRFY_STATIC_INLINE void nrfy_pwm_abort(NRF_PWM_Type * p_reg, bool wait) in nrfy_pwm_abort() argument
195 if (wait) in nrfy_pwm_abort()
Dnrfy_uarte.h203 bool wait) in nrfy_uarte_tx_abort() argument
208 if (wait) in nrfy_uarte_tx_abort()
253 bool wait) in nrfy_uarte_tx_start() argument
257 if (wait) in nrfy_uarte_tx_start()
Dnrfy_mvdma.h291 bool wait) in nrfy_mvdma_reset() argument
294 if (wait) in nrfy_mvdma_reset()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_qspi.c117 static nrfx_err_t qspi_activate(bool wait);
357 static nrfx_err_t qspi_activate(bool wait) in qspi_activate() argument
364 if (wait) in qspi_activate()
762 nrfx_err_t nrfx_qspi_activate(bool wait) in nrfx_qspi_activate() argument
771 return qspi_activate(wait); in nrfx_qspi_activate()
/hal_nordic-latest/nrfx/samples/src/nrfx_timer/timer/
DREADME.md40 - "Time to wait: 5000 ms"
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_qspi.h256 nrfx_err_t nrfx_qspi_activate(bool wait);
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/one_to_one/
DREADME.md39 - "Time to wait: 1000 ms"
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/fork/
DREADME.md39 - "Time to wait: 1000 ms"