Compute the USART mask to apply to retrieve the received data according to the word length and to the parity bits activation.
- Note
- If PCE = 1, the parity bit is not included in the data extracted by the reception API(). This masking operation is not carried out in the case of DMA transfers.
- Parameters
-
<strong>HANDLE</strong> | specifies the USART Handle. |
- Return values
-
None,the | mask to apply to USART RDR register is stored in (HANDLE)->Mask field. |
Definition at line 74 of file stm32f7xx_hal_usart_ex.h.