6 FM4 Peripheral Manual, Doc. No. 002-04856 Rev. *E
How to Use This Manual
Finding a Function
The following methods can be used to search for the explanation of a desired function in this manual:
Search from the table of the contents
The table of the contents lists the manual contents in the order of description.
Search from the register
The address where each register is located is not described in the text. To verify the address
of a register, see A. Register Map in Appendixes.
About the Chapters
Basically, this manual explains 1 peripheral function per chapter.
Terminology
This manual uses the following terminology.
Indicates access in units of 32 bits.
Indicates access in units of 16 bits.
Indicates access in units of 8 bits.
Notations
The notations in bit configuration of the register explanation of this manual are written as follows.
bit: bit number
Field: bit field name
Attribute: Attributes for read and write of each bit
R: Read only
W: Write only
R/W: Readable/Writable
-: Undefined
Initial value: Initial value of the register after reset
0: Initial value is 0
1: Initial value is 1
X: Initial value is undefined
The multiple bits are written as follows in this manual.
Example : bit7:0 indicates the bits from bit7 to bit0
The values such as for addresses are written as follows in this manual.
Hexadecimal number: 0x is attached in the beginning of a value as a prefix
(example: 0xFFFF)
Binary number: 0b is attached in the beginning of a value as a prefix
(example: 0b1111)
Decimal number: Written using numbers only (example: 1000)