Struct used for USBD DMA Link List Transfer Descriptor, must be 16-bytes aligned. More...
#include <USBD.h>
Public Attributes | |
uint32_t | bufferLength:16 |
uint32_t | ctrlSettings:8 |
void * | pDataAddr |
void * | pNxtDesc |
uint32_t | reserved:8 |
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)
uint32_t _USBDDmaDescriptor::ctrlSettings |
void* _USBDDmaDescriptor::pDataAddr |
void* _USBDDmaDescriptor::pNxtDesc |
uint32_t _USBDDmaDescriptor::used |