Home
last modified time | relevance | path

Searched refs:nrfy_saadc_event_clear (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_saadc.c286 nrfy_saadc_event_clear(NRF_SAADC, NRF_SAADC_EVENT_DONE); in nrfx_saadc_uninit()
730 nrfy_saadc_event_clear(NRF_SAADC, NRF_SAADC_EVENT_END); in nrfx_saadc_offset_calibrate()
734 nrfy_saadc_event_clear(NRF_SAADC, NRF_SAADC_EVENT_CH0_LIMITL); in nrfx_saadc_offset_calibrate()
735 nrfy_saadc_event_clear(NRF_SAADC, NRF_SAADC_EVENT_CH0_LIMITH); in nrfx_saadc_offset_calibrate()
755 nrfy_saadc_event_clear(NRF_SAADC, NRF_SAADC_EVENT_CH0_LIMITL); in saadc_pre_calibration_state_restore()
756 nrfy_saadc_event_clear(NRF_SAADC, NRF_SAADC_EVENT_CH0_LIMITH); in saadc_pre_calibration_state_restore()
/hal_nordic-latest/nrfx/haly/
Dnrfy_saadc.h336 NRFY_STATIC_INLINE void nrfy_saadc_event_clear(NRF_SAADC_Type * p_reg, nrf_saadc_event_t event) in nrfy_saadc_event_clear() function