Lines Matching refs:BAUD_LOW
337 #define BAUD_LOW(rate) LOW(BAUD_TIMEOUT(rate)) macro
709 movx a,@dptr ; BAUD_LOW
1091 .byte BAUD_LOW(110)
1094 .byte BAUD_LOW(300)
1097 .byte BAUD_LOW(1200)
1100 .byte BAUD_LOW(2400)
1103 .byte BAUD_LOW(4800)
1106 .byte BAUD_LOW(9600)
1109 .byte BAUD_LOW(19200)
1112 .byte BAUD_LOW(38400)
1115 .byte BAUD_LOW(57600)
1118 .byte BAUD_LOW(115200)