EFR32 Blue Gecko 1 Software Documentation  efr32bg1-doc-5.1.2
efr32bg1p_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 uint32_t CTRL;
45  __IOM void * __IOM SRC;
46  __IOM void * __IOM DST;
47  __IOM void * __IOM LINK;