Lines Matching refs:channel
152 nrfx_err_t nrfx_ppib_channel_free(nrfx_ppib_interconnect_t const * p_instance, uint8_t channel);
166 uint8_t channel);
177 uint8_t channel);
191 uint8_t channel);
202 uint8_t channel);
214 uint8_t channel);
235 uint8_t channel);
247 uint8_t channel) in nrfx_ppib_send_task_get() argument
251 return nrf_ppib_send_task_get(channel); in nrfx_ppib_send_task_get()
255 uint8_t channel) 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()
261 uint8_t channel) in nrfx_ppib_receive_event_get() argument
265 return nrf_ppib_receive_event_get(channel); in nrfx_ppib_receive_event_get()
269 uint8_t channel) 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()
276 uint8_t channel) in nrfx_ppib_subscribe_set() argument
278 nrf_ppib_subscribe_set(p_instance->p_reg, task, channel); in nrfx_ppib_subscribe_set()
289 uint8_t channel) in nrfx_ppib_publish_set() argument
291 nrf_ppib_publish_set(p_instance->p_reg, event, channel); in nrfx_ppib_publish_set()