S6E2CC/C5/C4/C3/C2/C1 Series Flash Programming Specification, Document Number: 002-04913 Rev. *D
4
How to Use This Document
Searching for a Function
The following methods can be used to search for the explanation of a desired function in this document:
Search from the table of the contents
The table of the contents lists the document 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" of "APPENDIXES" in "FM4 Family Peripheral Manual".
Terminology
This document uses the following terminology.
Term
Explanation
Word
Indicates access in units of 32 bits.
Half word
Indicates access in units of 16 bits.
Byte
Indicates access in units of 8 bits.
Notations
The notations in bit configuration of the register explanation of this document 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
RW : 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 document.
Example: bit7:0 indicates the bits from bit7 to bit0
The values such as for addresses are written as follows in this document.
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)