|
STM32L443xx HAL User Manual
|
Defines | |
| #define | USART_IT_MASK 0x001FU |
| #define | USART_CR_MASK 0x00E0U |
| #define | USART_CR_POS 5U |
| #define | USART_ISR_MASK 0x1F00U |
| #define | USART_ISR_POS 8U |
| #define USART_CR_MASK 0x00E0U |
USART control register mask
Definition at line 450 of file stm32l4xx_hal_usart.h.
| #define USART_CR_POS 5U |
USART control register position
Definition at line 451 of file stm32l4xx_hal_usart.h.
| #define USART_ISR_MASK 0x1F00U |
USART ISR register mask
Definition at line 452 of file stm32l4xx_hal_usart.h.
| #define USART_ISR_POS 8U |
USART ISR register position
Definition at line 453 of file stm32l4xx_hal_usart.h.
| #define USART_IT_MASK 0x001FU |
USART interruptions flags mask
Definition at line 449 of file stm32l4xx_hal_usart.h.
1.7.6.1