Header file of USART HAL Extended module. More...
#include "stm32f7xx_hal_def.h"

Go to the source code of this file.
Macros | |
| #define | IS_USART_WORD_LENGTH(__LENGTH__) | 
| Ensure that USART frame length is valid.  More... | |
| #define | USART_MASK_COMPUTATION(__HANDLE__) | 
| Compute the USART mask to apply to retrieve the received data according to the word length and to the parity bits activation.  More... | |
| #define | USART_WORDLENGTH_7B ((uint32_t)USART_CR1_M1) | 
| #define | USART_WORDLENGTH_8B (0x00000000U) | 
| #define | USART_WORDLENGTH_9B ((uint32_t)USART_CR1_M0) | 
Header file of USART HAL Extended module.
This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause
Definition in file stm32f7xx_hal_usart_ex.h.