Searched refs:USERIAL_STOPBITS_2 (Results 1 – 3 of 3) sorted by relevance
132 uart.m_iStopbits = USERIAL_STOPBITS_2; in HaiInitializeLibrary()139 uart.m_iStopbits = USERIAL_STOPBITS_2; in HaiInitializeLibrary()
1007 else if (p_cfg->fmt & USERIAL_STOPBITS_2) in USERIAL_Open()
79 #define USERIAL_STOPBITS_2 (1 << 2) macro