STM32F439xx HAL User Manual
Defines
Clock Phase
USART Exported Constants

Defines

#define LL_USART_PHASE_1EDGE   0x00000000U
#define LL_USART_PHASE_2EDGE   USART_CR2_CPHA

Define Documentation

#define LL_USART_PHASE_1EDGE   0x00000000U

The first clock transition is the first data capture edge

Definition at line 277 of file stm32f4xx_ll_usart.h.

Referenced by LL_USART_ClockStructInit().

#define LL_USART_PHASE_2EDGE   USART_CR2_CPHA

The second clock transition is the first data capture edge

Definition at line 278 of file stm32f4xx_ll_usart.h.