Searched refs:__STOPBITS__ (Results 1 – 2 of 2) sorted by relevance
237 #define IS_UART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_1) || \ argument238 ((__STOPBITS__) == UART_STOPBITS_2))
238 #define IS_UART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_1) || \ argument239 ((__STOPBITS__) == UART_STOPBITS_2))
Completed in 8 milliseconds