|
STM32L443xx HAL User Manual
|
Defines | |
| #define | UART_STATE_DISABLE 0x00000000U |
| #define | UART_STATE_ENABLE USART_CR1_UE |
| #define UART_STATE_DISABLE 0x00000000U |
UART disabled
Definition at line 416 of file stm32l4xx_hal_uart.h.
| #define UART_STATE_ENABLE USART_CR1_UE |
UART enabled
Definition at line 417 of file stm32l4xx_hal_uart.h.
1.7.6.1