HAL
+
0
/1 examples
SourceVu will show references to
LL_USART_InitTypeDef::TransferDirection
from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
USART
USART_Communication_Rx_IT_Init
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
LL_USART_InitTypeDef::TransferDirection
LL_USART_InitTypeDef::TransferDirection field
Specifies whether the Receive and/or Transmit mode is enabled or disabled. This parameter can be a value of USART_LL_EC_DIRECTION. This feature can be modified afterwards using unitary function LL_USART_SetTransferDirection().
Syntax
Show:
Summary
Declaration
from
stm32f4xx_ll_usart.h:94
uint32_t
TransferDirection
;
Examples
LL_USART_InitTypeDef::TransferDirection
is referenced by 1 libraries and example projects:
Examples
STM32F411RE-Nucleo
Examples_LL
USART
USART_Communication_Rx_IT_Init
References
from
0/1
examples
Code
Location
Referrer
uint32_t
TransferDirection
;
/*!< Specifies whether the Receive and/or Transmit mode is enabled or disabled.
stm32f4xx_ll_usart.h:94
USART_InitStruct
->
TransferDirection
|
USART_InitStruct
->
OverSampling
)
)
;
stm32f4xx_ll_usart.c:279
LL_USART_Init()
USART_InitStruct
->
TransferDirection
=
LL_USART_DIRECTION_TX_RX
;
stm32f4xx_ll_usart.c:395
LL_USART_StructInit()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
LL_USART_InitTypeDef::TransferDirection
is written by 1 function and is read by 1 function:
LL_USART_StructInit()
All items filtered out
LL_USART_InitTypeDef::TransferDirection
LL_USART_Init()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out