STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

#define USART_LASTBIT_DISABLE   ((uint32_t)0x0000U)
 
#define USART_LASTBIT_ENABLE   ((uint32_t)USART_CR2_LBCL)
 

Detailed Description

Macro Definition Documentation

#define USART_LASTBIT_DISABLE   ((uint32_t)0x0000U)

Definition at line 256 of file stm32f7xx_hal_usart.h.

#define USART_LASTBIT_ENABLE   ((uint32_t)USART_CR2_LBCL)

Definition at line 257 of file stm32f7xx_hal_usart.h.