![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Macros | |
| #define | IRDA_GETCLOCKSOURCE(__HANDLE__, __CLOCKSOURCE__) |
| Reports the IRDA clock source. More... | |
| #define | IRDA_MASK_COMPUTATION(__HANDLE__) |
| Reports the mask to apply to retrieve the received data according to the word length and to the parity bits activation. More... | |
| #define | IS_IRDA_WORD_LENGTH(LENGTH) |
| #define IRDA_GETCLOCKSOURCE | ( | __HANDLE__, | |
| __CLOCKSOURCE__ | |||
| ) |
Reports the IRDA clock source.
| <strong>HANDLE</strong> | specifies the IRDA Handle |
| <strong>CLOCKSOURCE</strong> | : output variable |
| IRDA | clocking source, written in CLOCKSOURCE. |
Definition at line 90 of file stm32f7xx_hal_irda_ex.h.
| #define IRDA_MASK_COMPUTATION | ( | __HANDLE__ | ) |
Reports the mask to apply to retrieve the received data according to the word length and to the parity bits activation.
| <strong>HANDLE</strong> | specifies the IRDA Handle |
| mask | to apply to USART RDR register value. |
Definition at line 179 of file stm32f7xx_hal_irda_ex.h.
| #define IS_IRDA_WORD_LENGTH | ( | LENGTH | ) |
Definition at line 216 of file stm32f7xx_hal_irda_ex.h.
1.8.11