Searched refs:p_transfer (Results 1 – 2 of 2) sorted by relevance
352 nrf_usbd_common_transfer_t *p_transfer, in nrf_usbd_common_consumer() argument356 __ASSERT_NO_MSG((p_transfer->p_data.rx == NULL) || nrfx_is_in_ram(p_transfer->p_data.rx)); in nrf_usbd_common_consumer()358 size_t size = p_transfer->size; in nrf_usbd_common_consumer()364 p_next->p_data = p_transfer->p_data; in nrf_usbd_common_consumer()367 p_next->p_data = p_transfer->p_data; in nrf_usbd_common_consumer()369 p_transfer->size = size; in nrf_usbd_common_consumer()370 p_transfer->p_data.addr += data_size; in nrf_usbd_common_consumer()376 nrf_usbd_common_transfer_t *p_transfer, in nrf_usbd_common_feeder() argument379 size_t tx_size = p_transfer->size; in nrf_usbd_common_feeder()385 if (!nrfx_is_in_ram(p_transfer->p_data.tx)) { in nrf_usbd_common_feeder()[all …]
511 nrf_usbd_common_transfer_t const *p_transfer);