EFM32 Giant Gecko Software Documentation  efm32gg-doc-5.1.2
efm32gg_dma_descriptor.h
Go to the documentation of this file.
1 /**************************************************************************/
32 /**************************************************************************/
36 /**************************************************************************/
40 typedef struct
41 {
42  /* Note! Use of double __IOM (volatile) qualifier to ensure that both */
43  /* pointer and referenced memory are declared volatile. */
44  __IOM void * __IOM SRCEND;
45  __IOM void * __IOM DSTEND;
46  __IOM uint32_t CTRL;
47  __IOM uint32_t USER;