![Geehy SEMICONDUCTOR APM32F405 Series Скачать руководство пользователя страница 9](http://html1.mh-extra.com/html/geehy-semiconductor/apm32f405-series/apm32f405-series_user-manual_573630009.webp)
www.geehy.com Page 8
Introduction and document description rules
Introduction
This user manual provides application developers with all the information about
how to use MCU (micro-controller) system architecture, memory and
peripherals.
For information about Arm
®
Cortex
®
-M4 core, please refer to
Arm
®
Cortex
®
-M4
Technical Reference Manual
; please refer to the corresponding datasheet for
detailed data such as model information, dimension and electrical
characteristics of the device; for all MCU series models, please refer to the
corresponding datasheet for memory mapping, peripheral existence and their
number.
Document description rules
"Register functional description" rules
Control (CTRL) registers are all "set to 1 and cleared to 0 by software",
unless otherwise specified.
The control registers are usually followed by verb abbreviations to make
a distinction. The verbs can be: EN-Enable, CFG-Configure, D-Disable,
SET-Setup and SEL-Select
The state register abbreviation is usually followed by FLG to make a
difference.
The value and data registers usually include V, VALUE, D and DATA,
which are not followed by verbs, such as: xxPSC and CNT.
Full name and abbreviation description of terms
Table 1 Abbreviation and Description of R/W Modes
R/W mode
Description
Abbreviation
read/write
Software can read and write this bit.
R/W
read-only
Software can only read this bit.
R
write-only
Software can only write this bit, and after reading this bit, the
reset value will be returned.
W
read/clear
The software can read this bit and clear it by writing 1. Writing
0 has no effect on this bit.
RC_W1
read/clear
The software can read this bit and clear it by writing 0. Writing
1 has no effect on this bit.
RC_W0
read/clear by read
The software can read this bit and reading this bit will
automatically clear it to 0, and writing this bit is invalid.
RC_R