HAL
IS_UART_WORD_LENGTH is only used within HAL.
 
Symbols
loading...
Files
loading...

IS_UART_WORD_LENGTH macro

Syntax

#define IS_UART_WORD_LENGTH(LENGTH) (((LENGTH) == UART_WORDLENGTH_8B) || \     ((LENGTH) == UART_WORDLENGTH_9B))

Arguments

LENGTH

References

LocationText
stm32f4xx_hal_uart.h:834
#define IS_UART_WORD_LENGTH(LENGTH) (((LENGTH) == UART_WORDLENGTH_8B) || \
stm32f4xx_hal_uart.c:378
assert_param(IS_UART_WORD_LENGTH(huart->Init.WordLength));
stm32f4xx_hal_uart.c:445
assert_param(IS_UART_WORD_LENGTH(huart->Init.WordLength));
stm32f4xx_hal_uart.c:605
assert_param(IS_UART_WORD_LENGTH(huart->Init.WordLength));