Structure for DMA registers.
#include <usbb_host.h>
Data Fields | |
union { | |
unsigned long status | |
avr32_usbb_uhdma1_status_t STATUS | |
}; | |
union { | |
unsigned long nextdesc | |
avr32_usbb_uhdma1_nextdesc_t NEXTDESC | |
}; | |
union { | |
unsigned long control | |
avr32_usbb_uhdma1_control_t CONTROL | |
}; | |
unsigned long | addr |
union { ... } |
union { ... } |
union { ... } |
unsigned long avr32_usbb_uhdmax_t::addr |
unsigned long avr32_usbb_uhdmax_t::control |
avr32_usbb_uhdma1_control_t avr32_usbb_uhdmax_t::CONTROL |
unsigned long avr32_usbb_uhdmax_t::nextdesc |
avr32_usbb_uhdma1_nextdesc_t avr32_usbb_uhdmax_t::NEXTDESC |
unsigned long avr32_usbb_uhdmax_t::status |
avr32_usbb_uhdma1_status_t avr32_usbb_uhdmax_t::STATUS |