Macros
stm32f7xx_hal_usart_ex.h File Reference

Header file of USART HAL Extended module. More...

#include "stm32f7xx_hal_def.h"
Include dependency graph for stm32f7xx_hal_usart_ex.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Header file of USART HAL Extended module.

Author
MCD Application Team
Attention

© Copyright (c) 2017 STMicroelectronics. All rights reserved.

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.



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