Searched refs:__STOPBITS__ (Results 1 – 6 of 6) sorted by relevance
556 #define IS_USART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == USART_STOPBITS_0_5) || \ argument557 ((__STOPBITS__) == USART_STOPBITS_1) || \558 ((__STOPBITS__) == USART_STOPBITS_1_5) || \559 ((__STOPBITS__) == USART_STOPBITS_2))
1091 #define IS_UART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_1) || \ argument1092 ((__STOPBITS__) == UART_STOPBITS_1_5) || \1093 ((__STOPBITS__) == UART_STOPBITS_2))1100 #define IS_LPUART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_1) || \ argument1101 ((__STOPBITS__) == UART_STOPBITS_2))
863 #define IS_SMARTCARD_STOPBITS(__STOPBITS__) (((__STOPBITS__) == SMARTCARD_STOPBITS_0_5) ||\ argument864 ((__STOPBITS__) == SMARTCARD_STOPBITS_1_5))
1283 #define IS_UART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_0_5) || \ argument1284 ((__STOPBITS__) == UART_STOPBITS_1) || \1285 ((__STOPBITS__) == UART_STOPBITS_1_5) || \1286 ((__STOPBITS__) == UART_STOPBITS_2))1293 #define IS_LPUART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_1) || \ argument1294 ((__STOPBITS__) == UART_STOPBITS_2))
793 #define IS_USART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == USART_STOPBITS_0_5) || \ argument794 ((__STOPBITS__) == USART_STOPBITS_1) || \795 ((__STOPBITS__) == USART_STOPBITS_1_5) || \796 ((__STOPBITS__) == USART_STOPBITS_2))
1017 #define IS_SMARTCARD_STOPBITS(__STOPBITS__) (((__STOPBITS__) == SMARTCARD_STOPBITS_0_5) ||\ argument1018 ((__STOPBITS__) == SMARTCARD_STOPBITS_1_5))