STM32L486xx HAL User Manual
Defines
USART Clock Phase
USART Exported Constants

Defines

#define USART_PHASE_1EDGE   0x00000000U
#define USART_PHASE_2EDGE   USART_CR2_CPHA

Define Documentation

#define USART_PHASE_1EDGE   0x00000000U

USART frame phase on first clock transition

Definition at line 325 of file stm32l4xx_hal_usart.h.

#define USART_PHASE_2EDGE   USART_CR2_CPHA

USART frame phase on second clock transition

Definition at line 326 of file stm32l4xx_hal_usart.h.