* mpc55xx/include/fsl-mpc551x.h, mpc55xx/include/fsl-mpc556x.h,
	mpc55xx/include/fsl-mpc567x.h: Added missing FLASH types.
This commit is contained in:
Sebastian Huber
2011-09-01 08:09:28 +00:00
parent ac620ef855
commit 7a84689f29
4 changed files with 15 additions and 10 deletions

View File

@@ -1,3 +1,8 @@
2011-09-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
* mpc55xx/include/fsl-mpc551x.h, mpc55xx/include/fsl-mpc556x.h,
mpc55xx/include/fsl-mpc567x.h: Added missing FLASH types.
2011-08-31 Sebastian Huber <sebastian.huber@embedded-brains.de>
* mpc55xx/include/fsl-mpc551x.h, mpc55xx/include/fsl-mpc555x.h,

View File

@@ -1052,7 +1052,7 @@ extern "C" {
} B;
} MCR;
union { /* LML Register */
union LMLR_tag { /* Low/Mid Address Space Block Locking Register */
uint32_t R;
struct {
uint32_t LME:1;
@@ -1063,9 +1063,9 @@ extern "C" {
uint32_t:6;
uint32_t LLOCK:10;
} B;
} LML;
} LMLR; /* Legacy naming - refer to LML in Reference Manual */
union { /* HBL Register */
union HLR_tag { /* High Address Space Block Locking Register */
uint32_t R;
struct {
uint32_t HBE:1;
@@ -1074,7 +1074,7 @@ extern "C" {
} B;
} HBL;
union { /* SLML Register */
union SLMLR_tag { /* Secondary Low/Mid Block Locking Register */
uint32_t R;
struct {
uint32_t SLE:1;

View File

@@ -568,7 +568,7 @@ extern "C" {
} B;
} MCR;
union { /* LML Register */
union LMLR_tag { /* LML Register */
uint32_t R;
struct {
uint32_t LME:1;
@@ -579,7 +579,7 @@ extern "C" {
} B;
} LMLR;
union { /* HL Register */
union HLR_tag { /* HL Register */
uint32_t R;
struct {
uint32_t HBE:1;
@@ -588,7 +588,7 @@ extern "C" {
} B;
} HLR;
union { /* SLML Register */
union SLMLR_tag { /* SLML Register */
uint32_t R;
struct {
uint32_t SLE:1;

View File

@@ -660,7 +660,7 @@ extern "C" {
} B;
} MCR;
union { /* Low/Mid Address Space Block Locking Register */
union LMLR_tag { /* Low/Mid Address Space Block Locking Register */
uint32_t R;
struct {
uint32_t LME:1;
@@ -673,7 +673,7 @@ extern "C" {
} B;
} LMLR; /* Legacy naming - refer to LML in Reference Manual */
union { /* High Address Space Block Locking Register */
union HLR_tag { /* High Address Space Block Locking Register */
uint32_t R;
struct {
uint32_t HBE:1;
@@ -682,7 +682,7 @@ extern "C" {
} B;
} HLR; /* Legacy naming - refer to HBL in Reference Manual */
union { /* Secondary Low/Mid Block Locking Register */
union SLMLR_tag { /* Secondary Low/Mid Block Locking Register */
uint32_t R;
struct {
uint32_t SLE:1;