STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
Collaboration diagram for USART Clock Polarity:

Macros

#define USART_POLARITY_LOW   0x00000000U
#define USART_POLARITY_HIGH   ((uint32_t)USART_CR2_CPOL)

Detailed Description

Macro Definition Documentation

◆ USART_POLARITY_HIGH

#define USART_POLARITY_HIGH   ((uint32_t)USART_CR2_CPOL)

Definition at line 246 of file stm32f4xx_hal_usart.h.

◆ USART_POLARITY_LOW

#define USART_POLARITY_LOW   0x00000000U

Definition at line 245 of file stm32f4xx_hal_usart.h.