HAL
LL_USART_StructInit()
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
LL_USART_StructInit()
LL_USART_StructInit() function
Set each
LL_USART_InitTypeDef
field to default value.
Syntax
Show:
Summary
Declaration
Definition
from
stm32f4xx_ll_usart.h:2494
void
LL_USART_StructInit
(
LL_USART_InitTypeDef
*
USART_InitStruct
)
;
Implemented in
stm32f4xx_ll_usart.c:388
Arguments
Argument
Description
USART_InitStruct
Pointer to a
LL_USART_InitTypeDef
structure whose fields will be set to default values.
Return value
None
Related Functions
Found 1 other functions taking a
LL_USART_InitTypeDef
argument:
Function
Description
LL_USART_Init()
Initialize USART registers according to the specified parameters in USART_InitStruct.
Examples
References
from
examples
Code
Location
void
LL_USART_StructInit
(
LL_USART_InitTypeDef
*
USART_InitStruct
)
stm32f4xx_ll_usart.c:388
void
LL_USART_StructInit
(
LL_USART_InitTypeDef
*
USART_InitStruct
)
;
stm32f4xx_ll_usart.h:2494
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LL_USART_StructInit()
writes 7 variables:
All items filtered out
LL_USART_StructInit()
LL_USART_InitTypeDef::BaudRate
LL_USART_InitTypeDef::DataWidth
LL_USART_InitTypeDef::StopBits
LL_USART_InitTypeDef::Parity
LL_USART_InitTypeDef::TransferDirection
LL_USART_InitTypeDef::HardwareFlowControl
LL_USART_InitTypeDef::OverSampling
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out