From 69b346b755e3b8d37bf0700f9c3bee38bc3f1c06 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 25 Jul 2012 13:48:20 +0200 Subject: bsp/mpc55xx: eQADC register changes --- c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'c') 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 caee9c9017..1ae2a13ed0 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; -- cgit v1.2.3