|
STM32G474xx HAL 用户手册
|
宏定义 | |
| #define | UART_ONE_BIT_SAMPLE_DISABLE 0x00000000U |
| #define | UART_ONE_BIT_SAMPLE_ENABLE USART_CR3_ONEBIT |
| #define UART_ONE_BIT_SAMPLE_DISABLE 0x00000000U |
禁用单比特采样
定义于文件 stm32g4xx_hal_uart.h 的第 435 行。
| #define UART_ONE_BIT_SAMPLE_ENABLE USART_CR3_ONEBIT |
启用单比特采样
定义于文件 stm32g4xx_hal_uart.h 的第 436 行。
1.7.6.1