Searched refs:nrfy_saadc_int_enable_check (Results 1 – 2 of 2) sorted by relevance
690 uint32_t int_mask = nrfy_saadc_int_enable_check(NRF_SAADC, ~0UL); in nrfx_saadc_offset_calibrate()724 uint32_t int_mask = nrfy_saadc_int_enable_check(NRF_SAADC, ~0UL) & in saadc_pre_calibration_state_restore()845 uint32_t limits_activated = nrfy_saadc_int_enable_check(NRF_SAADC, in saadc_event_limits_handle()898 if (nrfy_saadc_int_enable_check(NRF_SAADC, NRF_SAADC_INT_CALIBRATEDONE)) in nrfx_saadc_irq_handler()
434 NRFY_STATIC_INLINE uint32_t nrfy_saadc_int_enable_check(NRF_SAADC_Type const * p_reg, uint32_t mask) in nrfy_saadc_int_enable_check() function