Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/soc/interconnect/apb/
Dnrfx_interconnect_apb.c110 nrfx_interconnect_apb_t const * p_apb = &apb_interconnect[i]; in nrfx_interconnect_apb_get() local
111 uint8_t bus_address_area = nrf_address_bus_get(addr, p_apb->size); in nrfx_interconnect_apb_get()
113 if (bus_address_area == nrf_address_bus_get((uint32_t)p_apb->p_dppi, p_apb->size)) in nrfx_interconnect_apb_get()
115 return p_apb; in nrfx_interconnect_apb_get()
/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi_ppib.c532 nrfx_interconnect_apb_t const * p_apb = nrfx_interconnect_apb_get(fork_tep); in nrfx_gppi_fork_endpoint_setup() local
534 uint8_t dppi_chan = nrfx_interconnect_apb_domain_get(p_apb) == NRF_DOMAIN_GLOBAL ? in nrfx_gppi_fork_endpoint_setup()
537 NRFX_ASSERT(p_apb); in nrfx_gppi_fork_endpoint_setup()
539 if ((p_path->p_dst_apb != p_apb) && (p_path->p_src_apb != p_apb)) in nrfx_gppi_fork_endpoint_setup()
542 p_apb != nrfx_interconnect_apb_main_get()) in nrfx_gppi_fork_endpoint_setup()
554 nrfx_interconnect_apb_t const * p_apb = nrfx_interconnect_apb_get(fork_tep); in nrfx_gppi_fork_endpoint_clear() local
557 NRFX_ASSERT(p_apb); in nrfx_gppi_fork_endpoint_clear()
559 if ((p_path->p_dst_apb != p_apb) && (p_path->p_src_apb != p_apb)) in nrfx_gppi_fork_endpoint_clear()
562 p_apb != nrfx_interconnect_apb_main_get()) in nrfx_gppi_fork_endpoint_clear()