Lines Matching refs:p_instance

124 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);
165 NRFX_STATIC_INLINE nrf_ppib_task_t nrfx_ppib_send_task_get(nrfx_ppib_t const * p_instance,
176 NRFX_STATIC_INLINE uint32_t nrfx_ppib_send_task_address_get(nrfx_ppib_t const * p_instance,
190 NRFX_STATIC_INLINE nrf_ppib_event_t nrfx_ppib_receive_event_get(nrfx_ppib_t const * p_instance,
201 NRFX_STATIC_INLINE uint32_t nrfx_ppib_receive_event_address_get(nrfx_ppib_t const * p_instance,
212 NRFX_STATIC_INLINE void nrfx_ppib_subscribe_set(nrfx_ppib_t const * p_instance,
223 NRFX_STATIC_INLINE void nrfx_ppib_subscribe_clear(nrfx_ppib_t const * p_instance,
233 NRFX_STATIC_INLINE void nrfx_ppib_publish_set(nrfx_ppib_t const * p_instance,
242 NRFX_STATIC_INLINE void nrfx_ppib_publish_clear(nrfx_ppib_t const * p_instance,
246 NRFX_STATIC_INLINE nrf_ppib_task_t nrfx_ppib_send_task_get(nrfx_ppib_t const * p_instance, in nrfx_ppib_send_task_get() argument
249 (void) p_instance; in nrfx_ppib_send_task_get()
254 NRFX_STATIC_INLINE uint32_t nrfx_ppib_send_task_address_get(nrfx_ppib_t const * p_instance, in nrfx_ppib_send_task_address_get() argument
257 return nrf_ppib_task_address_get(p_instance->p_reg, nrf_ppib_send_task_get(channel)); in nrfx_ppib_send_task_address_get()
260 NRFX_STATIC_INLINE nrf_ppib_event_t nrfx_ppib_receive_event_get(nrfx_ppib_t const * p_instance, in nrfx_ppib_receive_event_get() argument
263 (void) p_instance; in nrfx_ppib_receive_event_get()
268 NRFX_STATIC_INLINE uint32_t nrfx_ppib_receive_event_address_get(nrfx_ppib_t const * p_instance, in nrfx_ppib_receive_event_address_get() argument
271 return nrf_ppib_event_address_get(p_instance->p_reg, nrf_ppib_receive_event_get(channel)); in nrfx_ppib_receive_event_address_get()
274 NRFX_STATIC_INLINE void nrfx_ppib_subscribe_set(nrfx_ppib_t const * p_instance, in nrfx_ppib_subscribe_set() argument
278 nrf_ppib_subscribe_set(p_instance->p_reg, task, channel); in nrfx_ppib_subscribe_set()
281 NRFX_STATIC_INLINE void nrfx_ppib_subscribe_clear(nrfx_ppib_t const * p_instance, in nrfx_ppib_subscribe_clear() argument
284 nrf_ppib_subscribe_clear(p_instance->p_reg, task); in nrfx_ppib_subscribe_clear()
287 NRFX_STATIC_INLINE void nrfx_ppib_publish_set(nrfx_ppib_t const * p_instance, in nrfx_ppib_publish_set() argument
291 nrf_ppib_publish_set(p_instance->p_reg, event, channel); in nrfx_ppib_publish_set()
294 NRFX_STATIC_INLINE void nrfx_ppib_publish_clear(nrfx_ppib_t const * p_instance, in nrfx_ppib_publish_clear() argument
297 nrf_ppib_publish_clear(p_instance->p_reg, event); in nrfx_ppib_publish_clear()