Macros
Collaboration diagram for SMARTCARD Last Bit:

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
 

Detailed Description

Macro Definition Documentation

◆ SMARTCARD_LASTBIT_DISABLE [1/2]

#define SMARTCARD_LASTBIT_DISABLE   0x00000000U

Definition at line 314 of file stm32f4xx_hal_smartcard.h.

◆ SMARTCARD_LASTBIT_DISABLE [2/2]

#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.

◆ SMARTCARD_LASTBIT_ENABLE [1/2]

#define SMARTCARD_LASTBIT_ENABLE   ((uint32_t)USART_CR2_LBCL)

Definition at line 315 of file stm32f4xx_hal_smartcard.h.

◆ SMARTCARD_LASTBIT_ENABLE [2/2]

#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.



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:07