|
STM32G474xx HAL 用户手册
|
定义 | |
| #define | LL_LPUART_TXRX_STANDARD 0x00000000U |
| #define | LL_LPUART_TXRX_SWAPPED (USART_CR2_SWAP) |
| #define LL_LPUART_TXRX_STANDARD 0x00000000U |
TX/RX引脚按标准引脚定义使用
定义于文件 stm32g4xx_ll_lpuart.h 的 318 行。
| #define LL_LPUART_TXRX_SWAPPED (USART_CR2_SWAP) |
TX和RX引脚功能已交换。
定义于文件 stm32g4xx_ll_lpuart.h 的 319 行。
1.7.6.1