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