Structure for DMA descriptor. More...
#include <usbhs_device.h>
Public Attributes | |
union { | |
uint32_t nextdesc | |
uotghs_dma_nextdesc_t NEXTDESC | |
}; | |
union { | |
uint32_t control | |
uotghs_dma_control_t CONTROL | |
}; | |
uint32_t | addr |
uint32_t | reserved |
Structure for DMA descriptor.
Definition at line 584 of file usbhs_device.h.
union { ... } |
union { ... } |
uint32_t sam_uotghs_dmadesc_t::addr |
Definition at line 589 of file usbhs_device.h.
uint32_t sam_uotghs_dmadesc_t::control |
Definition at line 591 of file usbhs_device.h.
uotghs_dma_control_t sam_uotghs_dmadesc_t::CONTROL |
Definition at line 592 of file usbhs_device.h.
uint32_t sam_uotghs_dmadesc_t::nextdesc |
Definition at line 586 of file usbhs_device.h.
uotghs_dma_nextdesc_t sam_uotghs_dmadesc_t::NEXTDESC |
Definition at line 587 of file usbhs_device.h.
uint32_t sam_uotghs_dmadesc_t::reserved |
Definition at line 594 of file usbhs_device.h.