STM32F439xx HAL User Manual
Defines
USART NACK State
USART Exported Constants

Defines

#define USART_NACK_ENABLE   ((uint32_t)USART_CR3_NACK)
#define USART_NACK_DISABLE   0x00000000U

Define Documentation

#define USART_NACK_DISABLE   0x00000000U

Definition at line 247 of file stm32f4xx_hal_usart.h.

#define USART_NACK_ENABLE   ((uint32_t)USART_CR3_NACK)

Definition at line 246 of file stm32f4xx_hal_usart.h.