Macros | |
#define | USART_CR_MASK 0x00E0U |
#define | USART_CR_POS 5U |
#define | USART_ISR_MASK 0x1F00U |
#define | USART_ISR_POS 8U |
#define | USART_IT_MASK 0x001FU |
#define USART_CR_MASK 0x00E0U |
USART control register mask
Definition at line 367 of file stm32f7xx_hal_usart.h.
#define USART_CR_POS 5U |
USART control register position
Definition at line 368 of file stm32f7xx_hal_usart.h.
#define USART_ISR_MASK 0x1F00U |
USART ISR register mask
Definition at line 369 of file stm32f7xx_hal_usart.h.
#define USART_ISR_POS 8U |
USART ISR register position
Definition at line 370 of file stm32f7xx_hal_usart.h.
#define USART_IT_MASK 0x001FU |
USART interruptions flags mask
Definition at line 366 of file stm32f7xx_hal_usart.h.