Access points to the USBB device DMA memory map with arrayed registers.
Structure for DMA registers
#include <usbb_device.h>
Data Fields | |
union { | |
unsigned long status | |
avr32_usbb_uddma1_status_t STATUS | |
}; | |
union { | |
unsigned long nextdesc | |
avr32_usbb_uddma1_nextdesc_t NEXTDESC | |
}; | |
union { | |
unsigned long control | |
avr32_usbb_uddma1_control_t CONTROL | |
}; | |
unsigned long | addr |
union { ... } |
union { ... } |
union { ... } |
unsigned long avr32_usbb_uddmax_t::addr |
unsigned long avr32_usbb_uddmax_t::control |
avr32_usbb_uddma1_control_t avr32_usbb_uddmax_t::CONTROL |
unsigned long avr32_usbb_uddmax_t::nextdesc |
avr32_usbb_uddma1_nextdesc_t avr32_usbb_uddmax_t::NEXTDESC |
unsigned long avr32_usbb_uddmax_t::status |
avr32_usbb_uddma1_status_t avr32_usbb_uddmax_t::STATUS |