[rtems commit] bsp/mpc55xx: eQADC register changes

Sebastian Huber sebh at rtems.org
Wed Jul 25 11:49:12 UTC 2012


Module:    rtems
Branch:    master
Commit:    69b346b755e3b8d37bf0700f9c3bee38bc3f1c06
Changeset: http://git.rtems.org/rtems/commit/?id=69b346b755e3b8d37bf0700f9c3bee38bc3f1c06

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Jul 25 13:48:20 2012 +0200

bsp/mpc55xx: eQADC register changes

---

 .../libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h   |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h b/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h
index caee9c9..1ae2a13 100644
--- a/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h
+++ b/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h
@@ -4318,21 +4318,23 @@ extern "C" {
 
         uint32_t eQADC_reserved0048[2];  /* 0x0048-0x004F */
 
-        union {              /* CFIFO Control Registers */
+        union EQADC_CFCR_tag { /* CFIFO Control Registers */
             uint16_t R;
             struct {
-                uint16_t:5;
+                uint16_t:3;
+                uint16_t CFEEE0:1;
+                uint16_t STRME0:1;
                 uint16_t SSE:1;
                 uint16_t CFINV:1;
                 uint16_t:1;
                 uint16_t MODE:4;
-                uint16_t:4;
+                uint16_t AMODE0:4;
             } B;
         } CFCR[6];
 
         uint32_t eQADC_reserved005C;  /* 0x005C-0x005F */
 
-        union {              /* Interrupt and DMA Control Registers */
+        union EQADC_IDCR_tag { /* Interrupt and DMA Control Registers */
             uint16_t R;
             struct {
                 uint16_t NCIE:1;




More information about the vc mailing list