Structure for DMA registers in a channel.
#include <usbhs_host.h>
Data Fields | |
union { | |
uint32_t nextdesc | |
usbhs_uhdma_nextdesc_t NEXTDESC | |
}; | |
union { | |
uint32_t control | |
usbhs_uhdma_control_t CONTROL | |
}; | |
union { | |
unsigned long status | |
usbhs_uhdma_status_t STATUS | |
}; | |
uint32_t | addr |
union { ... } |
union { ... } |
union { ... } |
uint32_t sam_usbhs_uhdmach_t::addr |
uint32_t sam_usbhs_uhdmach_t::control |
usbhs_uhdma_control_t sam_usbhs_uhdmach_t::CONTROL |
uint32_t sam_usbhs_uhdmach_t::nextdesc |
usbhs_uhdma_nextdesc_t sam_usbhs_uhdmach_t::NEXTDESC |
unsigned long sam_usbhs_uhdmach_t::status |
usbhs_uhdma_status_t sam_usbhs_uhdmach_t::STATUS |