|
STM32G474xx HAL用户手册
|
定义 | |
| #define | LL_USART_PHASE_1EDGE 0x00000000U |
| #define | LL_USART_PHASE_2EDGE USART_CR2_CPHA |
| #define LL_USART_PHASE_1EDGE 0x00000000U |
第一个时钟转换是第一个数据捕获边沿
Definition at line 362 of file stm32g4xx_ll_usart.h.
Referenced by LL_USART_ClockStructInit().
| #define LL_USART_PHASE_2EDGE USART_CR2_CPHA |
第二个时钟转换是第一个数据捕获边沿
Definition at line 363 of file stm32g4xx_ll_usart.h.
1.7.6.1