Home
last modified time | relevance | path

Searched refs:nrf_grtc_event_t (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/haly/
Dnrfy_grtc.h47 nrf_grtc_event_t event);
51 nrf_grtc_event_t event,
153 nrf_grtc_event_t event = nrf_grtc_sys_counter_compare_event_get(cc_channel); in nrfy_grtc_int_init()
377 nrf_grtc_event_t event = nrf_grtc_sys_counter_compare_event_get(channel); in nrfy_grtc_sys_counter_compare_event_int_clear_enable()
602 nrf_grtc_event_t event, in nrfy_grtc_publish_set()
610 NRFY_STATIC_INLINE void nrfy_grtc_publish_clear(NRF_GRTC_Type * p_reg, nrf_grtc_event_t event) in nrfy_grtc_publish_clear()
617 NRFY_STATIC_INLINE bool nrfy_grtc_event_check(NRF_GRTC_Type const * p_reg, nrf_grtc_event_t event) in nrfy_grtc_event_check()
626 NRFY_STATIC_INLINE void nrfy_grtc_event_clear(NRF_GRTC_Type * p_reg, nrf_grtc_event_t event) in nrfy_grtc_event_clear()
643 nrf_grtc_event_t event) in nrfy_grtc_event_address_get()
685 NRFY_STATIC_INLINE nrf_grtc_event_t nrfy_grtc_sys_counter_compare_event_get(uint8_t cc_channel) in nrfy_grtc_sys_counter_compare_event_get()
[all …]
/hal_nordic-latest/nrfx/hal/
Dnrf_grtc.h336 } nrf_grtc_event_t; typedef
677 nrf_grtc_event_t event,
691 nrf_grtc_event_t event);
702 NRF_STATIC_INLINE bool nrf_grtc_event_check(NRF_GRTC_Type const * p_reg, nrf_grtc_event_t event);
710 NRF_STATIC_INLINE void nrf_grtc_event_clear(NRF_GRTC_Type * p_reg, nrf_grtc_event_t event);
830 nrf_grtc_event_t event);
887 NRF_STATIC_INLINE nrf_grtc_event_t nrf_grtc_sys_counter_compare_event_get(uint8_t cc_channel);
1523 nrf_grtc_event_t event, in nrf_grtc_publish_set()
1538 nrf_grtc_event_t event) in nrf_grtc_publish_clear()
1550 NRF_STATIC_INLINE bool nrf_grtc_event_check(NRF_GRTC_Type const * p_reg, nrf_grtc_event_t event) in nrf_grtc_event_check()
[all …]
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_grtc.h502 NRFX_STATIC_INLINE uint32_t nrfx_grtc_event_address_get(nrf_grtc_event_t event);
567 NRFX_STATIC_INLINE uint32_t nrfx_grtc_event_address_get(nrf_grtc_event_t event) in nrfx_grtc_event_address_get()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_grtc.c521 nrf_grtc_event_t event = NRF_GRTC_EVENT_RTCOMPARE; in nrfx_grtc_rtcounter_cc_absolute_set()
657 nrf_grtc_event_t event = sync ? NRF_GRTC_EVENT_RTCOMPARE : NRF_GRTC_EVENT_RTCOMPARESYNC; in nrfx_grtc_rtcounter_cc_int_enable()
908 nrf_grtc_event_t event; in grtc_irq_handler()