Searched refs:transfer (Results 1 – 8 of 8) sorted by relevance
| /hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/txtx/ |
| D | README.md | 3 The sample demonstrates a functionality of nrfx_twim and nrfx_twis drivers, when TWI transfer is pe… 63 - "--> Master event: done - transfer completed" 64 - "--> Master event: done - transfer completed" 65 - "--> Master event: done - transfer completed" 66 - "--> Master event: done - transfer completed"
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/txrx/ |
| D | README.md | 3 The sample demonstrates a functionality of nrfx_twim and nrfx_twis drivers, when TWI transfer is pe… 66 - "--> Master event: done - transfer completed" 70 - "--> Master event: done - transfer completed" 74 - "--> Master event: done - transfer completed"
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_usbd.c | 1370 nrfx_usbd_ep_transfer_t transfer; in usbd_dmareq_process() local 1381 &transfer, in usbd_dmareq_process() 1395 &transfer, in usbd_dmareq_process() 1400 if (transfer.p_data.rx == NULL) in usbd_dmareq_process() 1403 NRFX_ASSERT(transfer.size == 0); in usbd_dmareq_process() 1405 else if (transfer.size < rx_size) in usbd_dmareq_process() 1407 … NRFX_LOG_DEBUG("Endpoint %x overload (r: %u, e: %u)", ep, rx_size, transfer.size); in usbd_dmareq_process() 1418 NRFX_ASSERT(transfer.size == rx_size); in usbd_dmareq_process() 1434 transfer.size); in usbd_dmareq_process() 1437 p_state->transfer_cnt += transfer.size; in usbd_dmareq_process() [all …]
|
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_twim.h | 163 #define NRFX_TWIM_XFER_DESC(transfer, addr, p_buf1, buf_len1, p_buf2, buf_len2) \ argument 165 .type = (transfer), \
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_spim/blocking/ |
| D | README.md | 21 When the transfer finishes, the received message is read from @p m_rx_buffer.
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_spim/non_blocking/ |
| D | README.md | 21 When the transfer finishes @p spim_handler(), the received message is read from @p m_rx_buffer.
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/tx_rx_non_blocking/ |
| D | README.md | 51 - "--> Master event: done - transfer completed"
|
| /hal_nordic-latest/nrfx/ |
| D | CHANGELOG.md | 182 …ated. Now the driver activates the peripheral instance before the first transfer or when the nrfx_… 353 - Fixed a race condition in the NFCT driver when starting the transfer. 376 - Fixed driver behavior for zero-length transfer in the TWIM driver. 377 - Fixed internal state handling when transfer is aborted before finishing in the TWI and TWIM drive… 546 - Added an alternative way of ending the DMA transfer loop in the USBD driver. 581 - Fixed a race condition in the USBD driver. It could occur when an IN transfer was interrupted by … 686 - Corrected handling of transfer lengths in the TWI driver. 731 - Changed the type used for transfer lengths to 'size_t' in drivers: SPI, SPIM, SPIS, TWI, TWIM, TW…
|