STM32F103xB 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 263 of file stm32f1xx_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 264 of file stm32f1xx_ll_usart.h.