nRF5 SDK v12.2.0
Data Fields
nrf_drv_usbd_transfer_t Struct Reference

The structure to be filled with the information about next transfer. More...

#include <nrf_drv_usbd.h>

Data Fields

union {
   void const *   tx
 Constant tx buffer pointer.
 
   void *   rx
 Writable rx buffer pointer.
 
   uint32_t   ptr
 Numeric value used internally by the library.
 
p_data
 Union with available data pointers used by the library.
 
size_t size
 Size of the requested transfer.
 

Detailed Description

The structure to be filled with the information about next transfer.

When the next transfer is set as a buffer it would get a pointer to this structure to fill it with required transfer data.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated