Searched refs:BaudRate (Results 1 – 2 of 2) sorted by relevance
48 #define ZSTimeConst(InputClock, BaudRate) \ argument49 (ushort_t)((((int)InputClock+(BaudRate*16)) \50 / (2*(int)(BaudRate*16))) - 2)52 #define ZSDelayConst(Hertz, FifoSize, BitsByte, BaudRate) \ argument54 / (int)(BaudRate)) + 1)
1331 UINT8 BaudRate; member