STM32F439xx HAL User Manual
Defines
USART Clock Phase
USART Exported Constants

Defines

#define USART_PHASE_1EDGE   0x00000000U
#define USART_PHASE_2EDGE   ((uint32_t)USART_CR2_CPHA)

Define Documentation

#define USART_PHASE_1EDGE   0x00000000U

Definition at line 228 of file stm32f4xx_hal_usart.h.

#define USART_PHASE_2EDGE   ((uint32_t)USART_CR2_CPHA)

Definition at line 229 of file stm32f4xx_hal_usart.h.