Searched defs:IS_USART_STOPBITS (Results 1 – 2 of 2) sorted by relevance
593 #define IS_USART_STOPBITS(STOPBITS) (((STOPBITS) == USART_STOPBITS_1) || \ macro
779 #define IS_USART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == USART_STOPBITS_0_5) || \ macro