Searched refs:_BAUD (Results 1 – 2 of 2) sorted by relevance
158 #define _BAUD 0xFF4 /* Baud Rate 16 Write */ macro
2751 ChP->BaudDiv[0] = (Byte_t) (ChOff + _BAUD); in sInitChan()2752 ChP->BaudDiv[1] = (Byte_t) ((ChOff + _BAUD) >> 8); in sInitChan()