Searched refs:p_path (Results 1 – 4 of 4) sorted by relevance
62 static void path_cleanup(nrfx_gppi_channels_path_t * p_path) in path_cleanup() argument64 NRFX_ASSERT(p_path); in path_cleanup()65 memset(p_path, 0, sizeof(nrfx_gppi_channels_path_t)); in path_cleanup()66 p_path->dppi_channel = CHANNEL_INVALID; in path_cleanup()67 p_path->local_dppi_channel = CHANNEL_INVALID; in path_cleanup()68 p_path->ipct_channel = CHANNEL_INVALID; in path_cleanup()169 nrfx_gppi_channels_path_t * p_path) in ipct_connection_remove() argument174 NRFX_ASSERT(p_path); in ipct_connection_remove()180 p_path->ipct_channel : in ipct_connection_remove()181 p_path->local_ipct_channel; in ipct_connection_remove()[all …]
192 nrfx_interconnect_dppic_to_dppic_path_t * p_path, in create_ppib_connection() argument196 nrfx_interconnect_ppib_t * p_ppib = p_path->ppib; in create_ppib_connection()213 if (p_path->ppib_inverted == false) in create_ppib_connection()
91 bool nrfx_interconnect_direct_connection_check(nrfx_interconnect_dppic_to_dppic_path_t * p_path) in nrfx_interconnect_direct_connection_check() argument93 NRFX_ASSERT(p_path); in nrfx_interconnect_direct_connection_check()94 NRFX_ASSERT(p_path->src_dppic); in nrfx_interconnect_direct_connection_check()95 NRFX_ASSERT(p_path->dst_dppic); in nrfx_interconnect_direct_connection_check()101 p_reg = p_path->src_dppic->dppic.p_reg; in nrfx_interconnect_direct_connection_check()103 p_reg = p_path->src_dppic->dppic; in nrfx_interconnect_direct_connection_check()116 p_path->ppib = &interconnect_ppib[j]; in nrfx_interconnect_direct_connection_check()117 p_path->ppib_inverted = false; in nrfx_interconnect_direct_connection_check()123 p_path->ppib = &interconnect_ppib[j]; in nrfx_interconnect_direct_connection_check()124 p_path->ppib_inverted = true; in nrfx_interconnect_direct_connection_check()[all …]
130 bool nrfx_interconnect_direct_connection_check(nrfx_interconnect_dppic_to_dppic_path_t * p_path);