Lines Matching refs:wait
60 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()
692 NRFY_STATIC_INLINE void __nrfy_internal_saadc_buffer_latch(NRF_SAADC_Type * p_reg, bool wait) in __nrfy_internal_saadc_buffer_latch() argument
695 if (wait) in __nrfy_internal_saadc_buffer_latch()
705 NRFY_STATIC_INLINE void __nrfy_internal_saadc_stop(NRF_SAADC_Type * p_reg, bool wait) in __nrfy_internal_saadc_stop() argument
708 if (wait) in __nrfy_internal_saadc_stop()