STM32F479xx HAL User Manual
|
Defines | |
#define | LL_USART_PHASE_1EDGE 0x00000000U |
#define | LL_USART_PHASE_2EDGE USART_CR2_CPHA |
#define LL_USART_PHASE_1EDGE 0x00000000U |
The first clock transition is the first data capture edge
Definition at line 261 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 262 of file stm32f4xx_ll_usart.h.