STM32H735xx 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 352 of file stm32h7xx_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 353 of file stm32h7xx_ll_usart.h.