Structure for DMA registers in a channel.
#include <uotghs_host.h>
Data Fields | |
union { | |
uint32_t nextdesc | |
uotghs_uhdma_nextdesc_t NEXTDESC | |
}; | |
union { | |
uint32_t control | |
uotghs_uhdma_control_t CONTROL | |
}; | |
union { | |
unsigned long status | |
uotghs_uhdma_status_t STATUS | |
}; | |
uint32_t | addr |
union { ... } |
union { ... } |
union { ... } |
uint32_t sam_uotghs_uhdmach_t::addr |
uint32_t sam_uotghs_uhdmach_t::control |
uotghs_uhdma_control_t sam_uotghs_uhdmach_t::CONTROL |
uint32_t sam_uotghs_uhdmach_t::nextdesc |
uotghs_uhdma_nextdesc_t sam_uotghs_uhdmach_t::NEXTDESC |
unsigned long sam_uotghs_uhdmach_t::status |
uotghs_uhdma_status_t sam_uotghs_uhdmach_t::STATUS |