ADuCM310 Hardware Reference Manual
UG-549
Rev. C | Page 5 of 192
USING THE
NUMBER NOTATIONS
Table 1.
Notation
Description
Bit N
Bits are numbered in little endian format, that is, the least significant bit of a number is referred to as Bit 0.
V[x:y]
Bit field representation covering Bit x to Bit y of a value or a field (V).
0xNN
Hexadecimal (Base 16) numbers are preceded by the prefix 0x.
0bNN
Binary (Base 2) numbers are preceded by the prefix 0b.
NN
Decimal (Base 10) numbers are represented using no additional prefixes or suffixes.
REGISTER ACCESS CONVENTIONS
Table 2.
Mode
Description
RW
Memory location has read and write access.
RC
Memory location is cleared after reading it.
R
Memory location is read access only. A read always returns 0, unless otherwise specified.
W
Memory location is write access only.
MMR bits that are not documented are reserved. Reserved bits must not be changed by the user.
ACRONYMS AND ABBREVIATIONS
Table 3.
Acronym/Abbreviation
Description
ADC
Analog-to-digital converter
DMA
Direct memory access
GPIO
General-purpose input and output
LSB
Least significant byte/bit
MMR
Memory mapped register
MSB
Most significant byte/bit
NMI
Nonmaskable interrupt
NVIC
Nested vectored interrupt controller
Rx
Receive
SAR
Successive approximation register
SOA
Semiconductor optical amplifier
SPI
Serial peripheral interface
SWD
Sync word detect/serial wire debug
Tx
Transmit
UART
Universal asynchronous transmitter
WDT
Watchdog timer
WUT
Wake-up timer