Searched refs:nrfx_ppib_interconnect_t (Results 1 – 3 of 3) sorted by relevance
59 } nrfx_ppib_interconnect_t; typedef124 void nrfx_ppib_free(nrfx_ppib_interconnect_t const * p_instance);138 nrfx_err_t nrfx_ppib_channel_alloc(nrfx_ppib_interconnect_t const * p_instance, uint8_t * p_channel…152 nrfx_err_t nrfx_ppib_channel_free(nrfx_ppib_interconnect_t const * p_instance, uint8_t channel);
169 void nrfx_ppib_free(nrfx_ppib_interconnect_t const * p_instance) in nrfx_ppib_free()187 nrfx_err_t nrfx_ppib_channel_alloc(nrfx_ppib_interconnect_t const * p_instance, uint8_t * p_channel) in nrfx_ppib_channel_alloc()194 nrfx_err_t nrfx_ppib_channel_free(nrfx_ppib_interconnect_t const * p_instance, uint8_t channel) in nrfx_ppib_channel_free()
54 nrfx_ppib_interconnect_t ppib; ///< Interconnect instance.