Searched refs:p_dppi (Results 1 – 5 of 5) sorted by relevance
| /hal_nordic-latest/nrfx/soc/interconnect/ipct/ |
| D | nrfx_interconnect_ipct.c | 95 uint8_t bus = nrf_address_bus_get((uint32_t)p_apb_prop->p_dppi, p_apb_prop->size); in nrfx_interconnect_ipct_get() 111 if (nrf_apb_interconnect_by_idx_global_get(i)->p_dppi == p_apb_prop->p_dppi) in nrfx_interconnect_ipct_get()
|
| /hal_nordic-latest/nrfx/helpers/ |
| D | nrfx_gppi_dppi_ppib.c | 219 nrfy_dppi_channels_set(p_src_apb->p_dppi, NRFX_BIT(src_dppi_chan), enable); in dppic_channel_set() 220 nrfy_dppi_channels_set(p_dst_apb->p_dppi, NRFX_BIT(dst_dppi_chan), enable); in dppic_channel_set() 223 nrfy_dppi_channels_set(nrfx_interconnect_apb_main_get()->p_dppi, in dppic_channel_set() 239 nrfy_dppi_channels_set(p_src_ipct_apb->p_dppi, in dppic_channel_set() 242 nrfy_dppi_channels_set(p_dst_ipct_apb->p_dppi, in dppic_channel_set() 738 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()
|
| /hal_nordic-latest/nrfx/soc/interconnect/apb/ |
| D | nrfx_interconnect_apb.c | 61 return (nrf_domain_t)nrf_address_domain_get((uint32_t)p_apb_prop->p_dppi); in nrfx_interconnect_apb_domain_get() 113 if (bus_address_area == nrf_address_bus_get((uint32_t)p_apb->p_dppi, p_apb->size)) in nrfx_interconnect_apb_get()
|
| D | nrfx_interconnect_apb.h | 52 NRF_DPPIC_Type * p_dppi; ///< DPPIC peripheral that belongs to given APB. member
|
| D | nrfx_interconnect_apb_haltium_global.h | 108 … .p_dppi = NRFX_CONCAT(NRF_DPPIC, inst_num), \
|