Macros | |
#define | SMARTCARD_POLARITY_HIGH ((uint32_t)USART_CR2_CPOL) |
#define | SMARTCARD_POLARITY_HIGH USART_CR2_CPOL |
#define | SMARTCARD_POLARITY_LOW 0x00000000U |
#define | SMARTCARD_POLARITY_LOW 0x00000000U |
#define SMARTCARD_POLARITY_HIGH ((uint32_t)USART_CR2_CPOL) |
Definition at line 297 of file stm32f4xx_hal_smartcard.h.
#define SMARTCARD_POLARITY_HIGH USART_CR2_CPOL |
SMARTCARD frame high polarity
Definition at line 378 of file stm32f7xx_hal_smartcard.h.
#define SMARTCARD_POLARITY_LOW 0x00000000U |
Definition at line 296 of file stm32f4xx_hal_smartcard.h.
#define SMARTCARD_POLARITY_LOW 0x00000000U |
SMARTCARD frame low polarity
Definition at line 377 of file stm32f7xx_hal_smartcard.h.