Searched refs:nrf_address_bus_get (Results 1 – 4 of 4) sorted by relevance
95 uint8_t bus = nrf_address_bus_get((uint32_t)p_apb_prop->p_dppi, p_apb_prop->size); in nrfx_interconnect_ipct_get()102 … if (nrf_address_bus_get((uint32_t)m_global_ipct_interconnect[i].p_ipct, p_apb_prop->size) == bus) in nrfx_interconnect_ipct_get()
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()
146 uint8_t bus_address_area = nrf_address_bus_get(addr, p_dppic->apb_size); in nrfx_interconnect_apb_index_get()148 if (bus_address_area == nrf_address_bus_get((uint32_t)p_dppic->dppic, p_dppic->apb_size)) in nrfx_interconnect_apb_index_get()
219 NRF_STATIC_INLINE uint8_t nrf_address_bus_get(uint32_t addr, size_t size) in nrf_address_bus_get() function242 if (nrf_address_bus_get((uint32_t)p_reg, 0x10000) == 0x8E) in nrf_dma_accessible_check()