Macros
Collaboration diagram for IRDAEx Word Length:

Macros

#define IRDA_WORDLENGTH_7B   USART_CR1_M1
 
#define IRDA_WORDLENGTH_8B   0x00000000U
 
#define IRDA_WORDLENGTH_9B   USART_CR1_M0
 

Detailed Description

Macro Definition Documentation

◆ IRDA_WORDLENGTH_7B

#define IRDA_WORDLENGTH_7B   USART_CR1_M1

7-bit long frame

Definition at line 49 of file stm32f7xx_hal_irda_ex.h.

◆ IRDA_WORDLENGTH_8B

#define IRDA_WORDLENGTH_8B   0x00000000U

8-bit long frame

Definition at line 50 of file stm32f7xx_hal_irda_ex.h.

◆ IRDA_WORDLENGTH_9B

#define IRDA_WORDLENGTH_9B   USART_CR1_M0

9-bit long frame

Definition at line 51 of file stm32f7xx_hal_irda_ex.h.



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