argument 可缩写为 arg
buffer 可缩写为 buff
clock 可缩写为 clk
command 可缩写为 cmd
compare 可缩写为 cmp
configuration 可缩写为 cfg
device 可缩写为 dev
error 可缩写为 err
hexadecimal 可缩写为 hex
increment 可缩写为 inc
initialize 可缩写为 init
maximum 可缩写为 max
message 可缩写为 msg
minimum 可缩写为 min
parameter 可缩写为 para
previous 可缩写为 prev
register 可缩写为 reg
semaphore 可缩写为 sem
statistic 可缩写为 stat
synchronize 可缩写为 sync
temp 可缩写为 tmp
————————————————
NVIC,Nested Vectored Interrupt Controller (NVIC)嵌套向量中断控制器
EN,enable使能
DIS,disable禁止
INT,中断it 中断
INIT,init,初始化
MEN,memory内存
STR,str字符串
src,source源
dest,destination目标
sw,switch,切换
os,操作系统
cfg,configuration,配置
stk,stack栈
arg,实参
opt,option选项fw,firmware固件
inc,包含(一般指头文件)
LIB,库
GPIO,通用IORCC,Reset and Clock Control,意思是复位和时钟控制器,它负责单片机的复位以及时钟的配置。
ex 扩展
————————————————
WP,WRITE PROTECTION
ADD
SUB
MUL
DIV
嵌入式常见缩写
于 2023-01-30 20:01:37 首次发布