![]() |
Energy Micro IEC60355 Library Example Project 1.0 (internal use only!) GCC-Version
Example project demonstrating POST and BIST library functions
|
DMA channel control data structure (descriptor) for PL230 controller. More...
#include "efm32g890f128.h"
Data Fields | |
| __IO void *__IO | SRCEND |
| __IO void *__IO | DSTEND |
| __IO uint32_t | CTRL |
| __IO uint32_t | USER |
DMA channel control data structure (descriptor) for PL230 controller.
Definition at line 1061 of file efm32g890f128.h.
| __IO uint32_t DMA_DESCRIPTOR_TypeDef::CTRL |
DMA control register
Definition at line 1067 of file efm32g890f128.h.
| __IO void* __IO DMA_DESCRIPTOR_TypeDef::DSTEND |
DMA destination address end
Definition at line 1066 of file efm32g890f128.h.
| __IO void* __IO DMA_DESCRIPTOR_TypeDef::SRCEND |
DMA source address end
Definition at line 1065 of file efm32g890f128.h.
| __IO uint32_t DMA_DESCRIPTOR_TypeDef::USER |
DMA padding register, available for user
Definition at line 1068 of file efm32g890f128.h.