mcusystem.searchresults
来自「王绍伟先生的单片机入门资料」· SEARCHRESULTS 代码 · 共 20 行
SEARCHRESULTS
20 行
---- BurdRate Matches (0 in 0 files) ----
---- UartBaudrate Matches (3 in 2 files) ----
Uart.c (d:\mcu51\mcusystem\sourcefile):extern void uart_init(UartBaudrate eBaudRate)
Uart.h (d:\mcu51\mcusystem\sourcefile):}UartBaudrate;
Uart.h (d:\mcu51\mcusystem\sourcefile):extern void uart_init(UartBaudrate eBaudRate);
---- eBaudRate Matches (5 in 2 files) ----
Uart.c (d:\mcu51\mcusystem\sourcefile):*参数: eBaudRate
Uart.c (d:\mcu51\mcusystem\sourcefile):extern void uart_init(UartBaudrate eBaudRate)
Uart.c (d:\mcu51\mcusystem\sourcefile): TH1 = eBaudRate;
Uart.c (d:\mcu51\mcusystem\sourcefile): TL1 = eBaudRate;
Uart.h (d:\mcu51\mcusystem\sourcefile):extern void uart_init(UartBaudrate eBaudRate);
---- uart_send_string Matches (4 in 3 files) ----
Define.h (d:\mcu51\mcusystem\sourcefile):#define uprintf(A) (uart_send_string(A, 0))
Define.h (d:\mcu51\mcusystem\sourcefile):#define uputarray(A,B) (uart_send_string(A, B))
Uart.c (d:\mcu51\mcusystem\sourcefile):extern void uart_send_string(byte* pData, byte len)
Uart.h (d:\mcu51\mcusystem\sourcefile):extern void uart_send_string(byte* pData, byte len);
---- uprintf Matches (2 in 2 files) ----
Define.h (d:\mcu51\mcusystem\sourcefile):#define uprintf(A) (uart_send_string(A, 0))
Readme.txt (d:\mcu51\mcusystem\sourcefile): define.h为一些常用的宏定义,比如打印函数uprintf(),消息的声明,类型的声明 init.c为系统初始化
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?