Searched refs:SMARTCARD_STOPBITS_1_5 (Results 1 – 2 of 2) sorted by relevance
248 #define SMARTCARD_STOPBITS_1_5 ((uint32_t)(USART_CR2_STOP)) macro757 #define IS_SMARTCARD_STOPBITS(__STOPBITS__) ((__STOPBITS__) == SMARTCARD_STOPBITS_1_5)
309 #define SMARTCARD_STOPBITS_1_5 ((uint32_t)(USART_CR2_STOP_0 | USART_CR2_STOP_1)) /*!< … macro846 ((__STOPBITS__) == SMARTCARD_STOPBITS_1_5))
Completed in 7 milliseconds