本文档用于描述一体化组合模块485监控板监控对象
源代码在线查看: untitl~1.searchresults
---- UARTContext.RxLen Matches (11 in 3 files) ----
Init.c (c:\documents and settings\administrator\桌面\avr监控程序--2): if (UARTContext.RxLen > (UART_SIZE-1))
Init.c (c:\documents and settings\administrator\桌面\avr监控程序--2): UARTContext.RxLen = 1;
Init.c (c:\documents and settings\administrator\桌面\avr监控程序--2): ++UARTContext.RxLen;
Init.c (c:\documents and settings\administrator\桌面\avr监控程序--2): ++UARTContext.RxLen;
Uart.c (c:\documents and settings\administrator\桌面\avr监控程序--2):// if(UARTContext.RxLen < UART_LENGTH_LIMIT)
Uart.c (c:\documents and settings\administrator\桌面\avr监控程序--2): UARTContext.RxLen = (U8)(dest - UARTContext.RxData);
Uart.c (c:\documents and settings\administrator\桌面\avr监控程序--2): yy = UARTContext.RxLen;
Uart.c (c:\documents and settings\administrator\桌面\avr监控程序--2): while(UARTContext.RxLen > counter)
Uart.h (c:\documents and settings\administrator\桌面\avr监控程序--2): memcpy(UARTContext.TxBuff,UARTContext.RxBuff,UARTContext.RxLen); \
Uart.h (c:\documents and settings\administrator\桌面\avr监控程序--2): UARTContext.TxLen=UARTContext.RxLen; \
Uart.h (c:\documents and settings\administrator\桌面\avr监控程序--2): UARTContext.RxLen=0; /*Clear Receive data Length*/ \