Header file of IRDA HAL Extended module. More...
#include "stm32f7xx_hal_def.h"
Go to the source code of this file.
Macros | |
#define | IRDA_GETCLOCKSOURCE(__HANDLE__, __CLOCKSOURCE__) |
Report the IRDA clock source. More... | |
#define | IRDA_MASK_COMPUTATION(__HANDLE__) |
Compute the mask to apply to retrieve the received data according to the word length and to the parity bits activation. More... | |
#define | IRDA_WORDLENGTH_7B USART_CR1_M1 |
#define | IRDA_WORDLENGTH_8B 0x00000000U |
#define | IRDA_WORDLENGTH_9B USART_CR1_M0 |
#define | IS_IRDA_WORD_LENGTH(__LENGTH__) |
Ensure that IRDA frame length is valid. More... | |
Header file of IRDA 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_irda_ex.h.