Searched refs:IS_UART_STATE (Results 1 – 3 of 3) sorted by relevance
632 #define IS_UART_STATE(STATE) (((STATE) == UART_STATE_DISABLE) || \ macro
1135 #define IS_UART_STATE(__STATE__) (((__STATE__) == UART_STATE_DISABLE) || \ macro
1328 #define IS_UART_STATE(__STATE__) (((__STATE__) == UART_STATE_DISABLE) || \ macro