Preface
RM0082
Doc ID 018672 Rev 1
2 Preface
2.1 Terms
&
conditions
The following terms are used hereafter in this document.
●
Reserved - All reserved or unused bits of registers must be written as zero, and ignored
on read unless otherwise stated in the relevant text.
2.2 Conventions
2.2.1 Numbering
The following convention of stating constant numbers is used in this document:
●
[<size in bits>]’<base><number>
where:
●
<size in bits>
: (optional) width of bits field associated to <number>
●
<base>
: “b” for binary, ‘h” for hexadecimal, “o” for octal, “d” for decimal
●
<number>
: value of constant number, according to <base>
Examples:
‘d19 unsized decimal value
8’h2C 8 bit wide hexadecimal value of 0x2C, corresponding to b00101100
8’b011001 8 bit wide binary value of b00011001
32’hFFFF 32 bit wide hexa decimal value of 0xFFFF, corresponding to
b00000000000000001111111111111111
2.2.2 Bits
The conventions below apply to description of both bit and registry field hereafter in this
document:
●
a bit is defined as “set” when its value is set to ‘b1.
●
a bit is defined as “cleared” when its value is set to ‘b0.
2.2.3 Typographical
The following typographical conventions are used hereafter in this document:
Table 2.
Typographical conventions
Typographic format
Meaning
italic
Highlights notes
bold
Highlights important terms, definitions and names of registry
field.
MONOSPACE CAPITAL BOLD
Indicates signal names.