代码搜索结果

找到约 10,000 项符合 UART 的代码

uart.lis

.module Uart.c .area vector(rom, abs) .org 22 0016 00C0 rjmp _UartGet .area data(ram,

uart._c

/*串口通信模块,使用之前,应该在Main 函数中对串口进行初始化,串口数据接收方式采用 中断进行,振荡频率修正参数不在EEPROM的0x1ff0中,使用PonyProg可以测试得OSCCAL=0xA1*/ #include #include #define fosc 8000000 //晶振8MHZ #define baud 19200 //

uart.c

/*串口通信模块,使用之前,应该在Main 函数中对串口进行初始化, 串口数据接收方式采用中断进行,振荡频率修正参数不在EEPROM的 0x1ff0中,使用PonyProg可以测试得OSCCAL=0xA1*/ #include #include extern void rom_write(unsigned int Address,unsign

uart.h

/********************************************************************************/ /* UART.H v1.00 */ /* 版权(c) 2003- 北京合众达电子技术有限责任公司 */ /* 设计者: 段立锋 */ /*****

uart.asm

********************************************************************************* * UART.ASM v1.00 * * 版权(c) 2003- 北京合众达电子技术有限责任公司 * * 设计者

uart.h

/********************************************************************************/ /* UART.H v1.00 */ /* 版权(c) 2003- 北京合众达电子技术有限责任公司 */ /* 设计者: 段立锋 */ /*****

uart.asm

********************************************************************************* * UART.ASM v1.00 * * 版权(c) 2003- 北京合众达电子技术有限责任公司 * * 设计者

uart.h

/********************************************************************************/ /* UART.H v1.00 */ /* 版权(c) 2003- 北京合众达电子技术有限责任公司 */ /* 设计者: 段立锋 */ /*****