STM32L486xx HAL User Manual
Defines
SMARTCARD advanced feature MSB first
SMARTCARD Exported Constants

Defines

#define SMARTCARD_ADVFEATURE_MSBFIRST_DISABLE   0x00000000U
#define SMARTCARD_ADVFEATURE_MSBFIRST_ENABLE   USART_CR2_MSBFIRST

Define Documentation

#define SMARTCARD_ADVFEATURE_MSBFIRST_DISABLE   0x00000000U

Most significant bit sent/received first disable

Definition at line 539 of file stm32l4xx_hal_smartcard.h.

#define SMARTCARD_ADVFEATURE_MSBFIRST_ENABLE   USART_CR2_MSBFIRST

Most significant bit sent/received first enable

Definition at line 540 of file stm32l4xx_hal_smartcard.h.