Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_egu.h143 NRF_STATIC_INLINE uint32_t nrf_egu_channel_count(NRF_EGU_Type const * p_reg);
298 NRF_STATIC_INLINE uint32_t nrf_egu_channel_count(NRF_EGU_Type const * p_reg) in nrf_egu_channel_count() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_egu.c151 NRFX_ASSERT(event_idx < nrf_egu_channel_count(p_instance->p_reg)); in nrfx_egu_trigger()