HAL
LL_USART_ClockStructInit()
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_ClockStructInit()
LL_USART_ClockStructInit() function
Set each field of a
LL_USART_ClockInitTypeDef
type structure to default value.
Syntax
Show:
Summary
Declaration
Definition
from
stm32f4xx_ll_usart.h:2496
void
LL_USART_ClockStructInit
(
LL_USART_ClockInitTypeDef
*
USART_ClockInitStruct
)
;
Implemented in
stm32f4xx_ll_usart.c:471
Arguments
Argument
Description
USART_ClockInitStruct
Pointer to a
LL_USART_ClockInitTypeDef
structure whose fields will be set to default values.
Return value
None
Related Functions
Found 1 other functions taking a
LL_USART_ClockInitTypeDef
argument:
Function
Description
LL_USART_ClockInit()
Initialize USART Clock related settings according to the specified parameters in the USART_ClockInitStruct.
Examples
References
from
examples
Code
Location
void
LL_USART_ClockStructInit
(
LL_USART_ClockInitTypeDef
*
USART_ClockInitStruct
)
stm32f4xx_ll_usart.c:471
void
LL_USART_ClockStructInit
(
LL_USART_ClockInitTypeDef
*
USART_ClockInitStruct
)
;
stm32f4xx_ll_usart.h:2496
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LL_USART_ClockStructInit()
writes 4 variables:
All items filtered out
LL_USART_ClockStructInit()
LL_USART_ClockInitTypeDef::ClockOutput
LL_USART_ClockInitTypeDef::ClockPolarity
LL_USART_ClockInitTypeDef::ClockPhase
LL_USART_ClockInitTypeDef::LastBitClockPulse
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