Structure for DMA registers in a channel. More...
#include <usbhs_device.h>
Public Attributes | |
| union { | |
| uint32_t nextdesc | |
| uotghs_dma_nextdesc_t NEXTDESC | |
| }; | |
| union { | |
| uint32_t control | |
| uotghs_dma_control_t CONTROL | |
| }; | |
| union { | |
| unsigned long status | |
| uotghs_dma_status_t STATUS | |
| }; | |
| uint32_t | addr | 
Structure for DMA registers in a channel.
Definition at line 597 of file usbhs_device.h.
| union { ... } | 
| union { ... } | 
| union { ... } | 
| uint32_t sam_uotghs_dmach_t::addr | 
Definition at line 602 of file usbhs_device.h.
| uint32_t sam_uotghs_dmach_t::control | 
Definition at line 604 of file usbhs_device.h.
| uotghs_dma_control_t sam_uotghs_dmach_t::CONTROL | 
Definition at line 605 of file usbhs_device.h.
| uint32_t sam_uotghs_dmach_t::nextdesc | 
Definition at line 599 of file usbhs_device.h.
| uotghs_dma_nextdesc_t sam_uotghs_dmach_t::NEXTDESC | 
Definition at line 600 of file usbhs_device.h.
| unsigned long sam_uotghs_dmach_t::status | 
Definition at line 608 of file usbhs_device.h.
| uotghs_dma_status_t sam_uotghs_dmach_t::STATUS | 
Definition at line 609 of file usbhs_device.h.