Structure for DMA registers in a channel.
#include <usbhs_device.h>
Data Fields | |
union { | |
uint32_t nextdesc | |
uotghs_dma_nextdesc_t NEXTDESC | |
}; | |
union { | |
uint32_t control | |
uotghs_dma_control_t CONTROL | |
}; | |
union { | |
unsigned long status | |
uotghs_dma_status_t STATUS | |
}; | |
uint32_t | addr |
union { ... } |
union { ... } |
union { ... } |
uint32_t sam_uotghs_dmach_t::addr |
uint32_t sam_uotghs_dmach_t::control |
uotghs_dma_control_t sam_uotghs_dmach_t::CONTROL |
uint32_t sam_uotghs_dmach_t::nextdesc |
uotghs_dma_nextdesc_t sam_uotghs_dmach_t::NEXTDESC |
unsigned long sam_uotghs_dmach_t::status |
uotghs_dma_status_t sam_uotghs_dmach_t::STATUS |