嵌入式常见缩写记录

近期遇见太多缩写,老是记不住,所以记录一下。

如果有的缩写不同地方有不同的意思,具体问题具体分析,不在我们的讨论范围中。比如PC在日常生活中指个人电脑(Personal Computer),也可以在嵌入式中指程序指针(Program Counter),所以本文只讨论嵌入式中的程序指针。

Name Description
ADC Analog to Digital Converter 模数转换器
AES Advanced Encryption Standard 高级加密标准
AGC Automatic Gain Control 自动增益控制
AMS Analog Mix Signal 模拟混合信号
AON Always-on 一直上电(一般指芯片休眠阶段上电的部分模块)
AONWDG

Always-on Watchdog Timer 一直上电的看门狗

(芯片休眠阶段的看门狗)

APB Advanced Peripheral Bus 高级外设总线
API Application Programming Interface 应用程序接口
BB Baseband 基带
BLE Bluetooth Low Energy 低功耗蓝牙
BOD Brown-out Detector 掉电检测
DEF Digital Front End 数字前端
DMA Direct Memory Access 直接内存访问
DPA Differential Power Analysis 差分功率分析
GPIO General Purpose I/O 通用I/O口
HAL Hardware Abstraction Layer 硬件抽象层
HMAC

Hash-based Message Autentication Code

哈希消息认证码

IFS Inter Frame Spacing 帧间隔
IIC (I2C) Inter-integrated circuit 内置集成电路
IIS (I2S) Inter-IC Sound 集成电路内置音频总线
IRQ Interrupt Request 中断请求
ISP Image Signal Processing 图像信号处理
LDO Low Dropout 低压差
LL Low Layer 底层
LNA Low Noise Amplifier 低噪声放大器
LPD Low Power Domain 低功率域 
LSB Least Significant Bit 最低有效位
MSB Most Significant Bit 最高有效位
MSIO Mixed Signal I/O 混合信号I/O口
MSP MCU Specific Package MCU操作的封装
NRND

Not Recommended for New Designs 不推荐用于新设计

原因:

1.器件已经计划停产,或者已经停产有少量库存。

2.有替代或升级的型号。

NVIC Nested Vectored Interrupt Controller 嵌套向量中断控制器
NVM Non-volatile memory 非易失性存储器
PA Power Amplifler 功率放大器
PKC Public Key Cipher 公钥密码体系
PLL Phase Locked Loop 锁相环
PMU Power  Management Unit 电源管理单元
POR Power-on Reset 上电复位
PWM Pulse Width Modulation 脉冲宽度调制
PWR Power controller 电源控制器
RNG RING Oscillator 环形振荡器
SOC System-on-Chip 片上系统
SNR Signal  to Noise Ratio 信噪比
SPI Serial Peripheral interface 串行外设接口
SysTick System tick timer 系统节拍定时器
TIM Timer 定时器
UART

Universal Asynchronous Receiver/Transmitter

扫描二维码关注公众号,回复: 15450374 查看本文章

通用异步收发传输器

VIO I/O Voltage I/O口的电压
W1C Write 1 to Clear 写1清除
WDT WatchDog Timer 看门狗定时器
XO Crystal Oscillator 晶体振荡器

猜你喜欢

转载自blog.csdn.net/panpan_jiang1/article/details/126905381