Macros | |
#define | SMARTCARD_LASTBIT_DISABLE 0x00000000U |
#define | SMARTCARD_LASTBIT_DISABLE 0x00000000U |
#define | SMARTCARD_LASTBIT_ENABLE ((uint32_t)USART_CR2_LBCL) |
#define | SMARTCARD_LASTBIT_ENABLE USART_CR2_LBCL |
#define SMARTCARD_LASTBIT_DISABLE 0x00000000U |
Definition at line 314 of file stm32f4xx_hal_smartcard.h.
#define SMARTCARD_LASTBIT_DISABLE 0x00000000U |
SMARTCARD frame last data bit clock pulse not output to SCLK pin
Definition at line 395 of file stm32f7xx_hal_smartcard.h.
#define SMARTCARD_LASTBIT_ENABLE ((uint32_t)USART_CR2_LBCL) |
Definition at line 315 of file stm32f4xx_hal_smartcard.h.
#define SMARTCARD_LASTBIT_ENABLE USART_CR2_LBCL |
SMARTCARD frame last data bit clock pulse output to SCLK pin
Definition at line 396 of file stm32f7xx_hal_smartcard.h.