Home
last modified time | relevance | path

Searched refs:nrfx_interconnect_apb_t (Results 1 – 5 of 5) sorted by relevance

/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi_ppib.c51 nrfx_interconnect_apb_t const * p_src_apb;
52 nrfx_interconnect_apb_t const * p_dst_apb;
113 static bool is_main_connection_needed(nrfx_interconnect_apb_t const * p_src_apb, in is_main_connection_needed()
114 nrfx_interconnect_apb_t const * p_dst_apb) in is_main_connection_needed()
127 static void apb_connection_remove(nrfx_interconnect_apb_t const * p_src_apb, in apb_connection_remove()
128 nrfx_interconnect_apb_t const * p_dst_apb, in apb_connection_remove()
145 static void apb_connection_create(nrfx_interconnect_apb_t const * p_src_apb, in apb_connection_create()
146 nrfx_interconnect_apb_t const * p_dst_apb, in apb_connection_create()
207 nrfx_interconnect_apb_t const * p_src_apb = p_path->p_src_apb; in dppic_channel_set()
208 nrfx_interconnect_apb_t const * p_dst_apb = p_path->p_dst_apb; in dppic_channel_set()
[all …]
/hal_nordic-latest/nrfx/soc/interconnect/apb/
Dnrfx_interconnect_apb.c54 static const nrfx_interconnect_apb_t m_local_apb_interconnect[] =
56 static const nrfx_interconnect_apb_t m_global_apb_interconnect[] =
59 nrf_domain_t nrfx_interconnect_apb_domain_get(nrfx_interconnect_apb_t const * p_apb_prop) in nrfx_interconnect_apb_domain_get()
87 nrfx_interconnect_apb_t const * nrfx_interconnect_apb_main_get(void) in nrfx_interconnect_apb_main_get()
92 nrfx_interconnect_apb_t const * nrfx_interconnect_apb_get(uint32_t addr) in nrfx_interconnect_apb_get()
96 nrfx_interconnect_apb_t const * apb_interconnect; in nrfx_interconnect_apb_get()
110 nrfx_interconnect_apb_t const * p_apb = &apb_interconnect[i]; in nrfx_interconnect_apb_get()
126 nrfx_interconnect_apb_t const * nrf_apb_interconnect_by_idx_global_get(uint8_t idx) in nrf_apb_interconnect_by_idx_global_get()
Dnrfx_interconnect_apb.h58 } nrfx_interconnect_apb_t; typedef
68 nrf_domain_t nrfx_interconnect_apb_domain_get(nrfx_interconnect_apb_t const * p_apb_prop);
78 nrfx_interconnect_apb_t const * nrfx_interconnect_apb_main_get(void);
89 nrfx_interconnect_apb_t const * nrfx_interconnect_apb_get(uint32_t addr);
108 nrfx_interconnect_apb_t const * nrf_apb_interconnect_by_idx_global_get(uint8_t idx);
/hal_nordic-latest/nrfx/soc/interconnect/ipct/
Dnrfx_interconnect_ipct.h77 nrfx_interconnect_ipct_t const * nrfx_interconnect_ipct_get(nrfx_interconnect_apb_t const * p_apb_p…
Dnrfx_interconnect_ipct.c93 nrfx_interconnect_ipct_t const * nrfx_interconnect_ipct_get(nrfx_interconnect_apb_t const * p_apb_p… in nrfx_interconnect_ipct_get()