ImageVerifierCode 换一换
格式:DOCX , 页数:21 ,大小:86.71KB ,
资源ID:28592666      下载积分:3 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bdocx.com/down/28592666.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(单片机常用英文缩写全称.docx)为本站会员(b****1)主动上传,冰豆网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰豆网(发送邮件至service@bdocx.com或直接QQ联系客服),我们立即给予删除!

单片机常用英文缩写全称.docx

1、单片机常用英文缩写全称MCS-51 指令(1)数据传送类指令( 7 种助记符) 助记符 英文注释 功能SFR 的数据进行传送MOV Move 对内部数据寄存器 RAM 和特殊功能寄存器 MOVC Move Code 读取程序存储器数据表格的数据传送MOVX Move External RAM 对外部 RAM 的数据传送XCH Exchange 字节交换XCHD Exchange low-order Digit 低半字节交换 PUSH Push onto Stack) 入栈POP Pop from Stack) 出栈(2)算术运算类指令( 8 种助记符)ADD Addition 加法ADDC A

2、dd with Carry 带进位加法SUBB Subtract with Borrow 带借位减法 DA Decimal Adjust 十进制调整 INC Increment 加 1DEC Decrement 减 1 MUL Multiplication 、 Multiply 乘法DIV Division 、 Divide 除法(3)逻辑运算类指令( 10 种助记符) ANL And Logic 逻辑与 ORL OR Logic 逻辑或XRL Exclusive-OR Logic 逻辑异或CLR Clear 清零CPL Complement 取反 RL Rotate left 循环左移RLC

3、 Rotate Left throught the Carry flag 带进位循环左移RR Rotate Right 循环右移RRC Rotate Right throught the Carry flag 带进位循环右移 SWAP Swap 低 4 位与高 4 位交换(4)控制转移类指令( 17 种助记符)ACALL Absolute subroutine Call 子程序绝对调用 LCALL Long subroutine Call 子程序长调用RET Return from subroutine 子程序返回 RETI Return from Interruption 中断返回JMP J

4、ump IndirectSJMP Short Jump 短转移 AJMP Absolute Jump 绝对转移 LJMP Long Jump 长转移CJNE Compare and Jump if Not Equal 比较不相等则转移DJNZ Decreme nt and Jump if Not Zero 减1后不为0则转移 JZ Jump if Zero 结果为0则转移JNZ Jump if Not Zero 结果不为0则转移 JC Jump if the Carry flag is set 有进位则转移JNC Jump if Not Carry 无进位则转移JB Jump if the B

5、it is set) B 位为1则转移JNB Jump if the Bit is Not set B 位为 0 则转移JBC Jump if the Bit is set and Clear the bit 位为1则转移,并清除该位NOP No Operation 空操作(5)位操作指令( 1 种助记符)SETB Set Bit 置位伪指令助记符 英文注释 功能ORG OriginDB Define ByteDW Define WordEQU EqualDATA DataXDATA External DataBIT BitEND End51 外部引脚 缩写 英文解释 中文解释RST (9)

6、Reset 复位信号引脚RxD (10-P3.0)TxD (11-P3.1)INT0( )INT1( )T0 (14-P3.4)T1 (15-P3.5)Receive Data 串口接收端Transmit Data 串口发送端12- -P3.2)Interrupt0 外部中断 0 信号输入引脚13- -P3.3)Interrupt1 外部中断 1 信号输入引脚Timer0 定时/计数器 0 输入信号引脚Timer1 定时 /计数器 1 输入信号引脚WR( ) (16-P3.6) write 写信号引脚RD( ) (17-P3.7) read 读信号引脚PSEN( ) ( 29)progamme

7、r saving enable 外部程序存储器读选通信号ALE (30) Address Latch Enable 地址锁存允许信号EA( ) (31) enable 外部ROM选择信号51 内部寄存器SFR special funtion register 特殊功能寄存器 ACC accumulate 累加器 APSW progammer status word 程序状态字CY (PSW.7) carry 进位标志位AC (PSW.6) assistant carry 辅助进位标志位OV (PSW.2) overflow 溢出标志位PC progammer counter 程序计数器DPTR

8、 data point register 数据指针寄存器SP stack point 堆栈指针TCON timer control 定时器控制寄存器TF1( TCON.7 )Timer1 flagT1 中断标志位TR1(TCON.6 )Timer1 RunT1 运行控制位TF0( TCON.5 )Timer0 flagT0 中断标志位TR0(TCON.4 )Timer0 RunT0 运行控制位IE1(TCON.3 )Interrupt1 exterior 外部中断 1 中断标志位IT1( TCON.2 )Interrupt1 touch 外部中断 1 触发方式选择位IE0(TCON.1 )In

9、terrupt0 exterior 外部中断 0 中断标志位IT0(TCON.0 )Interrupt0 touch 0-电平触发 1-下降沿触发IE( A8H ) interrupt enable 中断允许寄存器EA(IE.7) enable all interrupt中断总允许位ES(IE.4) enable serial 串行口中断允许位ET1( IE.3 )enable timer 1T1 中断允许位EX1( IE.2)enable exterior 1外部中断 1 中断允许位ET0( IE.1 )enable timer 0T0 中断允许位EX0( IE.0)enable exter

10、ior 0外部中断 0 中断允许位IP( B8H ) interrupt priority中断优先级寄存器PS(IP.4) priority serial 串口优先级标志位PT1(IP.3)priority timer 1定时器 1 优先级标志位PX1(IP.2)priority exterior 1外部中断 1 优先级标志位PT0(IP.1)priority timer 0定时器 0 优先级标志位PX0(IP.0)priority exterior 0外部中断 0 优先级标志位PCON(87H)power control电源控制和波特率选择TMOD(89H) timer mode定时器方式控

11、制寄存器MSB = most significant bit/ 最高有效位LSB = last significant bit/ 最低有效位OE = output enable / 输出使能AC(alternating current) 交流 (电) tnHh F ( qA D(analog to digital) 模拟数字转换 6o T BADC(analog to digital convertor) 模拟数字转换器 GCu- Z8NDNADM(adaptive delta modulation) 自适应增量调制 lO- 6 kCADPCM(adaptive differential pu

12、lse code modulation) 自适应差分脉冲编码调制ALU(arithmetic logic unit) 算术逻辑单元 dgjd,ikASCII(American standard code for information )F y *&-interchange) 美国信息交换标准码 jk8y :J M(AV(audio visual) 声视,视听 c-, ( ,$t kBCD(b in ary coded decimal)二进制编码的十进制数 BCR(bi-directional controlled rectifier) 双向晶闸管 ZPoLm_ BBCR(buffer cou

13、rtier reset) 缓冲计数器 l! ,!DC(direct current) 直流 ;vD DVM(digital voltmeter) 数字电压表 ECG(electrocardiograph) 心电图 9y EjG F!ECL(emitter coupled logic) 射极耦合逻辑 &6 / uChD lEDI(electronic data interchange) 电子数据交换 ! ?hC&f1 EIA(Electronic Industries Association) 电子工业联合会 iSo 6 ,d EOC(end of conversion) 转换结束 B #& Y

14、 ; EPROM(erasable programmable read only memory) 可擦可编程只读存储器 EEPROM(electrically EPROM) 电可擦可编程只读存储器 -X #5OESD(electro-static discharge) 静电放电 RWfIv,/ -FET(field-effect transistor) 场效应晶体管 P$ P0D cFS(full scale) 满量程 NF. PV-3*e6FV(frequency to voltage convertor) 频率电压转换 FM(frequency modulation) 调频 CBRbc5+

15、TrFSK(frequency shift keying) 频移键控 FSM(field strength meter) 场强计 sZw* W S &Q FST(fast switching shyster) 快速晶闸管 7 %wlX S eFT(fixed time) 固定时间 ey -xkRFU(fuse unit) 保险丝装置 b$Oo 1 zFWD(forward) 正向的GAL(generic array logic)通用阵列逻辑-GND(ground)接地,地线 GTO(Sate turn off thruster) 门极可关断晶体管 sR:-Yi*jWHART(highway a

16、ddressable remote transducer) 可寻址远程传感器数据公路 HCMOS(high density COMS)高密度互补金属氧化物半导体 (器件) HF(high frequency) 高频 bh -MHaa kHTL(high threshold logic) 高阈值逻辑电路 y =JHTS(heat temperature sensor)热温度传感器- IC(integrated circuit) 集成电路 x h .ID(international data) 国际数据 IGBT(insulated gate bipolar transistor) 绝缘栅双极型晶

17、体管 LM VH %M IGFET(insulated gate field effect transistor)绝缘栅场效应晶体管-I/O(input/output)输入/输岀-I /V(current to voltage convertor)电流-电压变换器一 IPM(incidental phase modulation) 附带的相位调制 L uEF IPM(intelligent power module) 智能功率模块 % LCD(liquid crystal display) 液晶显示器 Mh=3 V A1LDR(light dependent resistor) 光敏电阻 (t

18、 %.(VLED(light emitting diode) 发光二极管 Y3C:; (LRC(longitudinal redundancy check) 纵向冗余 (码)校验-D 2u C|:LSB(least significant bit)最低有效位LSI(1arge scale integration) 大规模集成电路 X*t v#M(motor) 电动机MCT(MOS controlled gyrator) 场控晶闸管 & p gaMIC(microphone) 话筒,微音器,麦克风 3=n&)( Nqmin(minute)分MOS(metal oxide semiconducto

19、r)金属氧化物半导体-MOSFET(metal oxide semiconductor FET) 金属氧化物半导体场效应晶体管 N(negative)负NMOS(N-channel metal oxide semiconductor FET) N 沟道 MOSFET oVPVN-B NTC(negative temperature coefficient) 负温度系数 X C/W/9OC(over current) 过电流OCB(overload circuit breaker) 过载断路器OCS(optical communication system) 光通讯系统 VR oN M:S )/

20、 2PIO(parallel input output) 并行输入输岀 5 s3JI PLL(phase-locked loop) 锁相环路 A+dFw F iYnPMOS(P-channel metal oxide semiconductor FET) P 沟道 MOSFET P-P(peak-to-peak) 峰- 峰+:$ z ,dPPM(pulse phase modulation) 脉冲相位洲制 dw F$Y PRD(piezoelectric radiation detector) 热电辐射控测器 BaEX !w PROM(programmable read only memory

21、) 可编只读程存储器 PRT(platinum resistance thermometer) 铂电阻温度计PRT(pulse recurrent time)脉冲周期时间-PUT(programmable unijunction transistor) 可编程单结晶体管 EbiCt PWM(pulse width modulation) 脉宽调制 /Q lZ %|XR(resistance,resistor) 电阻,电阻器 JN/ CvmWRRAM(random access memory) 随机存储器 /Ml( P4i NRCT(reverse conducting thyristor) 逆

22、导晶闸管 hO xoraREF(reference) 参考,基准 J / LIG ZFoREV(reverse)反转R/F(radio frequency) 射频 jnl (X 9-rh RGB(redgreenblue) 红绿蓝 waGP _w ROM(read only memory) 只读存储器 f z - Eh( N RP(resistance potentiometer) 电位器 gyKs /_ 3 RST(reset) 复位信号 b5b *CeqJRT(resistor with in here nt variability depe ndent) 热敏电阻一 RTD(resist

23、ance temperature detector) 电阻温度传感器 6r, 5 RTL(resistor transistor logic) 电阻晶体管逻辑 (电路) 6TW 2 s$0+ RV(resistor with inherent variability dependent on the a 8?# voltage) 压敏电阻器 , x5#Z SA( switching assembly) 开关组件SBS(silicon bi-directional switch) 硅双向开关,双向硅开关 c6 c sYU!SCR(silicon controlled rectifier) 可控硅

24、整流器 w-. S 7i ESCS(safety control switch) 安全控制开关 |GhWf: (SCS(silicon controlled switch) 可控硅开关 #e&/ yDYpYSCS(speed control system) 速度控制系统 ed /N-=SCS(supply control system) 电源控制系统 S 5 2 JoRSG(spark gap) 放电器 XM- dAVm. 8SIT(static in duction tran sformer)静电感应晶体管-SITH(static induction thyristor) 静电感应晶闸管 s

25、 J B .SP(shift pulse) 移位脉冲 w S nT #ASPI(serial peripheral interface) 串行外围接口 B o&+ SR(sample realy,saturable reactor) 取样继电器,饱和电抗器 p -V7 )nSR(silicon rectifier) 硅整流器 E 6KSRAM(static random access memory) 静态随机存储器 TADw cX SSR(solid-state relay)固体继电器-SSR(switching select repeater) 中断器开关选择器 X?,MWn / SSS(s

26、ilicon symmetrical switch) 硅对称开关,双向可控硅 - ?1 bPnru SSW(synchro-switch) 同步开关 =cMw MZzST(start)启动ST(starter)启动器 STB(strobe)闸门,选通脉冲-T(transistor)晶体管,晶闸管TACH(tachometer)转速计,转速表TP(temperature probe)温度传感器-TRIAC(triodes AC switch)三极管交流开关TTL(transistor-transistor logic)晶体管一晶体管逻辑TV(televisi on)电视UART(universal asynchronous receiver transmitter) 通用异步收发器VCO(voltage con tr

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1