HAL
+
0
/9 examples
SourceVu will show references to
UART_WORDLENGTH_9B
from the following samples and libraries:
Examples
STM32446E_EVAL
Applications
USB_Device
CDC_Standalone
DualCore_Standalone
STM32469I-Discovery
Applications
USBX
Ux_Device_CDC_ACM
Ux_Device_HID_CDC_ACM
STM32469I_EVAL
Applications
USB_Device
CDC_Standalone
DualCore_Standalone
STM324x9I_EVAL
Applications
USB_Device
CDC_Standalone
DualCore_Standalone
STM324xG_EVAL
Applications
USB_Device
CDC_Standalone
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
UART_WORDLENGTH_9B
UART_WORDLENGTH_9B macro
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_uart.h:273
#define
UART_WORDLENGTH_9B
(
(
uint32_t
)
USART_CR1_M
)
Examples
UART_WORDLENGTH_9B
is referenced by 9 libraries and example projects:
Examples
STM32446E_EVAL
Applications
USB_Device
CDC_Standalone
DualCore_Standalone
STM32469I-Discovery
Applications
USBX
Ux_Device_CDC_ACM
Ux_Device_HID_CDC_ACM
STM32469I_EVAL
Applications
USB_Device
CDC_Standalone
DualCore_Standalone
STM324x9I_EVAL
Applications
USB_Device
CDC_Standalone
DualCore_Standalone
STM324xG_EVAL
Applications
USB_Device
CDC_Standalone
References
from
0/9
examples
Code
Location
#define
UART_WORDLENGTH_9B
(
(
uint32_t
)
USART_CR1_M
)
stm32f4xx_hal_uart.h:273
if
(
(
huart
->
Init
.
WordLength
==
UART_WORDLENGTH_9B
)
&&
(
huart
->
Init
.
Parity
==
UART_PARITY_NONE
)
)
stm32f4xx_hal_uart.c:1159
if
(
(
huart
->
Init
.
WordLength
==
UART_WORDLENGTH_9B
)
&&
(
huart
->
Init
.
Parity
==
UART_PARITY_NONE
)
)
stm32f4xx_hal_uart.c:1246
if
(
(
huart
->
Init
.
WordLength
==
UART_WORDLENGTH_9B
)
||
(
(
huart
->
Init
.
WordLength
==
UART_WORDLENGTH_8B
)
&&
(
huart
->
Init
.
Parity
==
UART_PARITY_NONE
)
)
)
stm32f4xx_hal_uart.c:1273
if
(
(
huart
->
Init
.
WordLength
==
UART_WORDLENGTH_9B
)
&&
(
huart
->
Init
.
Parity
==
UART_PARITY_NONE
)
)
stm32f4xx_hal_uart.c:1615
if
(
(
huart
->
Init
.
WordLength
==
UART_WORDLENGTH_9B
)
||
(
(
huart
->
Init
.
WordLength
==
UART_WORDLENGTH_8B
)
&&
(
huart
->
Init
.
Parity
==
UART_PARITY_NONE
)
)
)
stm32f4xx_hal_uart.c:1659
if
(
(
huart
->
Init
.
WordLength
==
UART_WORDLENGTH_9B
)
&&
(
huart
->
Init
.
Parity
==
UART_PARITY_NONE
)
)
stm32f4xx_hal_uart.c:3536
if
(
(
huart
->
Init
.
WordLength
==
UART_WORDLENGTH_9B
)
&&
(
huart
->
Init
.
Parity
==
UART_PARITY_NONE
)
)
stm32f4xx_hal_uart.c:3602
if
(
(
huart
->
Init
.
WordLength
==
UART_WORDLENGTH_9B
)
||
(
(
huart
->
Init
.
WordLength
==
UART_WORDLENGTH_8B
)
&&
(
huart
->
Init
.
Parity
==
UART_PARITY_NONE
)
)
)
stm32f4xx_hal_uart.c:3614
(
(
LENGTH
)
==
UART_WORDLENGTH_9B
)
)
stm32f4xx_hal_uart.h:835
Call Tree
from
0/9
examples
All items filtered out
All items filtered out
Data Use
from
0/9
examples
All items filtered out
All items filtered out
Class Tree
from
0/9
examples
All items filtered out
All items filtered out
Override Tree
from
0/9
examples
All items filtered out
All items filtered out
Implementations
from
0/9
examples
All items filtered out
All items filtered out
Instances
from
0/9
examples
Lifecycle
from
0/9
examples
All items filtered out
All items filtered out