Macros | |
#define | SMARTCARD_STOPBITS_0_5 ((uint32_t)USART_CR2_STOP_0) |
#define | SMARTCARD_STOPBITS_0_5 USART_CR2_STOP_0 |
#define | SMARTCARD_STOPBITS_1_5 ((uint32_t)(USART_CR2_STOP_0 | USART_CR2_STOP_1)) |
#define | SMARTCARD_STOPBITS_1_5 USART_CR2_STOP |
#define SMARTCARD_STOPBITS_0_5 ((uint32_t)USART_CR2_STOP_0) |
Definition at line 268 of file stm32f4xx_hal_smartcard.h.
#define SMARTCARD_STOPBITS_0_5 USART_CR2_STOP_0 |
SMARTCARD frame with 0.5 stop bit
Definition at line 349 of file stm32f7xx_hal_smartcard.h.
#define SMARTCARD_STOPBITS_1_5 ((uint32_t)(USART_CR2_STOP_0 | USART_CR2_STOP_1)) |
Definition at line 269 of file stm32f4xx_hal_smartcard.h.
#define SMARTCARD_STOPBITS_1_5 USART_CR2_STOP |
SMARTCARD frame with 1.5 stop bits
Definition at line 350 of file stm32f7xx_hal_smartcard.h.