HAL
LPTIM_ULPClockConfigTypeDef is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLPTIM_ULPClockConfigTypeDef

LPTIM_ULPClockConfigTypeDef struct

LPTIM Clock configuration definition

Syntax

typedef struct {   uint32_t Polarity;         uint32_t SampleTime;      } LPTIM_ULPClockConfigTypeDef;

Fields

Polarity

Selects the polarity of the active edge for the counter unit if the ULPTIM input is selected. Note: This parameter is used only when Ultra low power clock source is used. Note: If the polarity is configured on 'both edges', an auxiliary clock (one of the Low power oscillator) must be active. This parameter can be a value of LPTIM_Clock_Polarity. Read more...

SampleTime

Selects the clock sampling time to configure the clock glitch filter. Note: This parameter is used only when Ultra low power clock source is used. This parameter can be a value of LPTIM_Clock_Sample_Time. Read more...

References

LocationReferrerScopeText
stm32f4xx_hal_lptim.h:62
typedef struct
stm32f4xx_hal_lptim.h:75
} LPTIM_ULPClockConfigTypeDef;
stm32f4xx_hal_lptim.h:101LPTIM_InitTypeDef::UltraLowPowerClockLPTIM_InitTypeDef
LPTIM_ULPClockConfigTypeDef UltraLowPowerClock;/*!< Specifies the Ultra Low Power clock parameters */

Type Use

Variables of LPTIM_ULPClockConfigTypeDef type
LPTIM_ULPClockConfigTypeDef
all items filtered out
LPTIM_ULPClockConfigTypeDef
all items filtered out