This is release 1.2 of the MPC563M header files.
==============================================================================

This package is intended to assist in writing programs for the mpc563m device. 
It consists of 8 header file mpc563m.h plus a file that defines standard types
typedefs.h and a file which defines the CPU SPR registers.

Also included is an integration specific vars files. This defines variables used
by the eTPU APIs

The mpc563m.h defines all of the registers and bit fields in the mpc563m device.

The bit fields should be used carefully. Generally bit fields should only be used
when you want to read or write to a single bit field in a register. If you want
to access multiple bit fields in a register then an access to the complete
register should be used.

If you use the bit field to write to multiple bit field in a register then each
access with be done as a separate operation because generally the registers are
declared as violate. This could cause the code generate to be larger than if the
complete register was accessed.

This release contains:
mpc563m.h       version 1.2
mpc563m_vars.h  version 1.0
typedefs.h      version 1.4
readme.txt      this file.

==============================================================================

History
------- 

Version 1.0
-----------
Initial release

Version 1.1
--------------
Added SYSDIV HLT HLTACK ESYNCR1 ESYNCR2 SYNFMMR

Version 1.2
--------------
Corrected eMIOS channel structure
