HAL
LPTIM_ClockConfigTypeDef
is only used within HAL.
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
LPTIM_ClockConfigTypeDef
LPTIM_ClockConfigTypeDef struct
LPTIM Clock configuration definition
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_lptim.h:49
typedef
struct
{
uint32_t
Source
;
uint32_t
Prescaler
;
}
LPTIM_ClockConfigTypeDef
;
Fields
Field
Declared as
Description
LPTIM_ClockConfigTypeDef::Source
uint32_t
Selects the clock source. This parameter can be a value of LPTIM_Clock_Source.
LPTIM_ClockConfigTypeDef::Prescaler
uint32_t
Specifies the counter clock Prescaler. This parameter can be a value of LPTIM_Clock_Prescaler.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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