Microchip® Advanced Software Framework

avr32_usbb_uhdmax_t Struct Reference

Structure for DMA registers.

#include <usbb_host.h>

Data Fields

union {
   unsigned long   nextdesc
 
   avr32_usbb_uhdma1_nextdesc_t   NEXTDESC
 
}; 
 
union {
   unsigned long   control
 
   avr32_usbb_uhdma1_control_t   CONTROL
 
}; 
 
union {
   unsigned long   status
 
   avr32_usbb_uhdma1_status_t   STATUS
 
}; 
 
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