Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi_ppib.c194 nrf_ipct_shorts_disable(p_src_ipct->p_ipct, NRFX_BIT(src_ipct_chan)); in ipct_connection_remove()
195 nrf_ipct_shorts_disable(p_dst_ipct->p_ipct, NRFX_BIT(dst_ipct_chan)); in ipct_connection_remove()
196 nrf_ipct_subscribe_clear(p_src_ipct->p_ipct, nrf_ipct_send_task_get(src_ipct_chan)); in ipct_connection_remove()
197 nrf_ipct_publish_clear(p_dst_ipct->p_ipct, nrf_ipct_receive_event_get(dst_ipct_chan)); in ipct_connection_remove()
233 (nrfx_interconnect_apb_get((uint32_t)p_src_ipct->p_ipct)); in dppic_channel_set()
235 (nrfx_interconnect_apb_get((uint32_t)p_dst_ipct->p_ipct)); in dppic_channel_set()
270 nrfx_interconnect_apb_get((uint32_t)p_src_ipct->p_ipct); in ipct_connection_create()
272 nrfx_interconnect_apb_get((uint32_t)p_dst_ipct->p_ipct); in ipct_connection_create()
305 nrf_ipct_shorts_enable(p_src_ipct->p_ipct, NRFX_BIT(*src_ipct_channel)); in ipct_connection_create()
306 nrf_ipct_shorts_enable(p_dst_ipct->p_ipct, NRFX_BIT(*dst_ipct_channel)); in ipct_connection_create()
[all …]
/hal_nordic-latest/nrfx/soc/interconnect/ipct/
Dnrfx_interconnect_ipct.c62 return (nrf_domain_t)nrf_address_domain_get((uint32_t)p_ipct_prop->p_ipct); in nrfx_interconnect_ipct_domain_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()
Dnrfx_interconnect_ipct.h54 NRF_IPCT_Type * p_ipct; ///< Pointer to IPCT instance member
Dnrfx_interconnect_ipct_haltium_global.h109 .p_ipct = _NRFX_IPCT_INSTANCE(inst_num), \