Structure for DMA descriptor.
#include <usbhs_device.h>
Data Fields | |
union { | |
uint32_t nextdesc | |
uotghs_dma_nextdesc_t NEXTDESC | |
}; | |
union { | |
uint32_t control | |
uotghs_dma_control_t CONTROL | |
}; | |
uint32_t | addr |
uint32_t | reserved |
union { ... } |
union { ... } |
uint32_t sam_uotghs_dmadesc_t::addr |
uint32_t sam_uotghs_dmadesc_t::control |
uotghs_dma_control_t sam_uotghs_dmadesc_t::CONTROL |
uint32_t sam_uotghs_dmadesc_t::nextdesc |
uotghs_dma_nextdesc_t sam_uotghs_dmadesc_t::NEXTDESC |
uint32_t sam_uotghs_dmadesc_t::reserved |