Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_dppi.h203 NRF_STATIC_INLINE bool nrf_dppi_channel_check(NRF_DPPIC_Type const * p_reg, uint8_t channel);
389 NRF_STATIC_INLINE bool nrf_dppi_channel_check(NRF_DPPIC_Type const * p_reg, uint8_t channel) in nrf_dppi_channel_check() function
/hal_nordic-latest/nrfx/haly/
Dnrfy_dppi.h105 bool check = nrf_dppi_channel_check(p_reg, channel); in nrfy_dppi_channel_check()
/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi_ppib.c738 if (!nrf_dppi_channel_check(p_src_apb->p_dppi, dppi_channel) || in nrfx_gppi_channel_check()
739 !nrf_dppi_channel_check(p_dst_apb->p_dppi, dppi_channel)) in nrfx_gppi_channel_check()
745 !nrf_dppi_channel_check(nrfx_interconnect_apb_main_get()->p_dppi, dppi_channel)) in nrfx_gppi_channel_check()
Dnrfx_gppi_dppi_ppib_lumos.c697 if (nrf_dppi_channel_check(p_reg, (uint32_t)dppi_channel) == false) in nrfx_gppi_channel_check()