Datasheet

Table Of Contents
...........continued
Symbol Description
KHz 1 KHz = 1,024 Hz, 32 KHz = 32,768 Hz
MHz 1 MHz = 10
6
Hz = 1,000,000 Hz
GHz 1 GHz = 10
9
Hz = 1,000,000,000 Hz
s second
ms millisecond
µs microsecond
ns nanosecond
60.4 Registers and Bits
Table 60-4. Register and Bit Mnemonics
Symbol Description
R/W Read/Write accessible register bit. The user can read from and write to this bit.
R Read-only accessible register bit. The user can only read this bit. Writes will be
ignored.
W Write-only accessible register bit. The user can only write this bit. Reading this bit will
return an undefined value.
BIT Bit names are shown in uppercase. (Example ENABLE)
FIELD[n:m] A set of bits from bit n down to m. (Example: PINA[3:0] = {PINA3, PINA2, PINA1,
PINA0}
Reserved Reserved bits are unused and reserved for future use. For compatibility with future
devices, always write reserved bits to zero when the register is written. Reserved bits
will always return zero when read.
Reserved bit field values must not be written to a bit field. A reserved value will not be
read from a read-only bit field.
Do not write any value to reserved bits of a fuse.
PERIPHERALi If several instances of a peripheral exist, the peripheral name is followed by a number
to indicate the number of the instance in the range 0-n. PERIPHERAL0 denotes one
specific instance.
Reset Value of a register after a Power-on Reset. This is also the value of registers in a
peripheral after performing a software Reset of the peripheral, except for the Debug
Control registers.
SAM D5x/E5x Family Data Sheet
Conventions
© 2019 Microchip Technology Inc.
Datasheet
DS60001507E-page 2113