Macros
USART Interruption Flags Mask
Collaboration diagram for USART Interruption Flags Mask:

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
 

Detailed Description

Macro Definition Documentation

◆ USART_CR_MASK

#define USART_CR_MASK   0x00E0U

USART control register mask

Definition at line 367 of file stm32f7xx_hal_usart.h.

◆ USART_CR_POS

#define USART_CR_POS   5U

USART control register position

Definition at line 368 of file stm32f7xx_hal_usart.h.

◆ USART_ISR_MASK

#define USART_ISR_MASK   0x1F00U

USART ISR register mask

Definition at line 369 of file stm32f7xx_hal_usart.h.

◆ USART_ISR_POS

#define USART_ISR_POS   8U

USART ISR register position

Definition at line 370 of file stm32f7xx_hal_usart.h.

◆ USART_IT_MASK

#define USART_IT_MASK   0x001FU

USART interruptions flags mask

Definition at line 366 of file stm32f7xx_hal_usart.h.



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:08