Lines Matching refs:BAUD_LOW
299 #define BAUD_LOW(rate) LOW(BAUD_TIMEOUT(rate)) macro
671 movx a,@dptr ; BAUD_LOW
1023 .byte BAUD_LOW(110)
1026 .byte BAUD_LOW(300)
1029 .byte BAUD_LOW(1200)
1032 .byte BAUD_LOW(2400)
1035 .byte BAUD_LOW(4800)
1038 .byte BAUD_LOW(9600)
1041 .byte BAUD_LOW(19200)
1044 .byte BAUD_LOW(38400)
1047 .byte BAUD_LOW(57600)
1050 .byte BAUD_LOW(115200)