Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_grtc.c482 nrfy_grtc_int_enable(NRF_GRTC, NRFY_EVENT_TO_INT_BITMASK(NRF_GRTC_EVENT_RTCOMPARESYNC)); in nrfx_grtc_rtcomparesync_int_enable()
526 nrfy_grtc_int_enable(NRF_GRTC, NRFY_EVENT_TO_INT_BITMASK(event)); in nrfx_grtc_rtcounter_cc_absolute_set()
660 nrfy_grtc_int_enable(NRF_GRTC, NRFY_EVENT_TO_INT_BITMASK(event)); in nrfx_grtc_rtcounter_cc_int_enable()
681 nrfy_grtc_int_enable(NRF_GRTC, NRFY_EVENT_TO_INT_BITMASK(NRF_GRTC_EVENT_SYSCOUNTERVALID)); in nrfx_grtc_syscountervalid_int_enable()
758 nrfy_grtc_int_enable(NRF_GRTC, GRTC_CHANNEL_TO_BITMASK(p_chan_data->channel)); in nrfx_grtc_syscounter_cc_absolute_set()
796 nrfy_grtc_int_enable(NRF_GRTC, GRTC_CHANNEL_TO_BITMASK(p_chan_data->channel)); in nrfx_grtc_syscounter_cc_relative_set()
842 nrfy_grtc_int_enable(NRF_GRTC, GRTC_CHANNEL_TO_BITMASK(channel)); in nrfx_grtc_syscounter_cc_int_enable()
/hal_nordic-latest/nrfx/haly/
Dnrfy_grtc.h530 NRFY_STATIC_INLINE void nrfy_grtc_int_enable(NRF_GRTC_Type * p_reg, uint32_t mask) in nrfy_grtc_int_enable() function