?? mcusystem.searchresults
字號:
---- 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):*參數(shù): 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為一些常用的宏定義,比如打印函數(shù)uprintf(),消息的聲明,類型的聲明 init.c為系統(tǒng)初始化
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -