Searched refs:__STOPBITS__ (Results 1 – 5 of 5) sorted by relevance
535 #define IS_USART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == USART_STOPBITS_0_5) || \ argument536 ((__STOPBITS__) == USART_STOPBITS_1) || \537 ((__STOPBITS__) == USART_STOPBITS_1_5) || \538 ((__STOPBITS__) == USART_STOPBITS_2))540 #define IS_USART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == USART_STOPBITS_1) || \ argument541 ((__STOPBITS__) == USART_STOPBITS_2))
1062 #define IS_UART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_0_5) || \ argument1063 ((__STOPBITS__) == UART_STOPBITS_1) || \1064 ((__STOPBITS__) == UART_STOPBITS_1_5) || \1065 ((__STOPBITS__) == UART_STOPBITS_2))1067 #define IS_UART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_1) || \ argument1068 ((__STOPBITS__) == UART_STOPBITS_2))
845 #define IS_SMARTCARD_STOPBITS(__STOPBITS__) (((__STOPBITS__) == SMARTCARD_STOPBITS_0_5) ||\ argument846 ((__STOPBITS__) == SMARTCARD_STOPBITS_1_5))
646 #define IS_USART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == USART_STOPBITS_1) || \ argument647 ((__STOPBITS__) == USART_STOPBITS_1_5) || \648 ((__STOPBITS__) == USART_STOPBITS_2))
757 #define IS_SMARTCARD_STOPBITS(__STOPBITS__) ((__STOPBITS__) == SMARTCARD_STOPBITS_1_5) argument
Completed in 14 milliseconds