Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_grtc.c457 nrfy_grtc_int_disable(NRF_GRTC, int_mask); in nrfx_grtc_rtcounter_cc_disable()
490 nrfy_grtc_int_disable(NRF_GRTC, NRF_GRTC_INT_RTCOMPARESYNC_MASK); in nrfx_grtc_rtcomparesync_int_disable()
612 nrfy_grtc_int_disable(NRF_GRTC, GRTC_ALL_INT_MASK); in nrfx_grtc_uninit()
668 nrfy_grtc_int_disable(NRF_GRTC, NRF_GRTC_INT_RTCOMPARE_MASK | NRF_GRTC_INT_RTCOMPARESYNC_MASK); in nrfx_grtc_rtcounter_cc_int_disable()
689 nrfy_grtc_int_disable(NRF_GRTC, NRF_GRTC_INT_SYSCOUNTERVALID_MASK); in nrfx_grtc_syscountervalid_int_disable()
720 nrfy_grtc_int_disable(NRF_GRTC, int_mask); in nrfx_grtc_syscounter_cc_disable()
825 nrfy_grtc_int_disable(NRF_GRTC, NRF_GRTC_CHANNEL_INT_MASK(channel)); in nrfx_grtc_syscounter_cc_int_disable()
/hal_nordic-latest/nrfx/haly/
Dnrfy_grtc.h537 NRFY_STATIC_INLINE void nrfy_grtc_int_disable(NRF_GRTC_Type * p_reg, uint32_t mask) in nrfy_grtc_int_disable() function