Macros
Collaboration diagram for SMARTCARD Number of Stop Bits:

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
 

Detailed Description

Macro Definition Documentation

◆ SMARTCARD_STOPBITS_0_5 [1/2]

#define SMARTCARD_STOPBITS_0_5   ((uint32_t)USART_CR2_STOP_0)

Definition at line 268 of file stm32f4xx_hal_smartcard.h.

◆ SMARTCARD_STOPBITS_0_5 [2/2]

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

◆ SMARTCARD_STOPBITS_1_5 [1/2]

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

◆ SMARTCARD_STOPBITS_1_5 [2/2]

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



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