![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Macros | |
| #define | UART_WORDLENGTH_7B ((uint32_t)USART_CR1_M_1) |
| #define | UART_WORDLENGTH_8B ((uint32_t)0x0000U) |
| #define | UART_WORDLENGTH_9B ((uint32_t)USART_CR1_M_0) |
| #define | IS_UART_WORD_LENGTH(__LENGTH__) |
| #define | IS_LIN_WORD_LENGTH(LENGTH) (((LENGTH) == UART_WORDLENGTH_8B)) |
| #define IS_LIN_WORD_LENGTH | ( | LENGTH | ) | (((LENGTH) == UART_WORDLENGTH_8B)) |
Definition at line 72 of file stm32f7xx_hal_uart_ex.h.
| #define IS_UART_WORD_LENGTH | ( | __LENGTH__ | ) |
Definition at line 69 of file stm32f7xx_hal_uart_ex.h.
| #define UART_WORDLENGTH_7B ((uint32_t)USART_CR1_M_1) |
Definition at line 66 of file stm32f7xx_hal_uart_ex.h.
| #define UART_WORDLENGTH_8B ((uint32_t)0x0000U) |
Definition at line 67 of file stm32f7xx_hal_uart_ex.h.
| #define UART_WORDLENGTH_9B ((uint32_t)USART_CR1_M_0) |
Definition at line 68 of file stm32f7xx_hal_uart_ex.h.
1.8.11