Struct used for USBD DMA Link List Transfer Descriptor, must be 16-bytes aligned. More...
#include <D:/git/git_canopus_1/softpack/samv7/libraries/libusb/include/USBD.h>
Data Fields | |
void * | pNxtDesc |
void * | pDataAddr |
uint32_t | ctrlSettings:8 |
uint32_t | reserved:8 |
uint32_t | bufferLength:16 |
uint32_t | used |
Struct used for USBD DMA Link List Transfer Descriptor, must be 16-bytes aligned.
(For USB, DMA transfer is linked to EPs and FIFO address is EP defined)
Definition at line 179 of file USBD.h.
uint32_t _USBDDmaDescriptor::bufferLength |
uint32_t _USBDDmaDescriptor::ctrlSettings |
uint32_t _USBDDmaDescriptor::reserved |
uint32_t _USBDDmaDescriptor::used |