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

LPTIM_ULPClockConfigTypeDef::Polarity field

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

Syntax

uint32_t Polarity;

References

LocationReferrerText
stm32f4xx_hal_lptim.h:64
uint32_t Polarity; /*!< Selects the polarity of the active edge for the counter unit
stm32f4xx_hal_lptim.c:313HAL_LPTIM_Init()
tmpcfgr |= (hlptim->Init.UltraLowPowerClock.Polarity |
stm32f4xx_hal_lptim.c:1141HAL_LPTIM_Encoder_Start()
tmpcfgr |= hlptim->Init.UltraLowPowerClock.Polarity;
stm32f4xx_hal_lptim.c:1234HAL_LPTIM_Encoder_Start_IT()
tmpcfgr |= hlptim->Init.UltraLowPowerClock.Polarity;

Data Use

Functions reading LPTIM_ULPClockConfigTypeDef::Polarity
LPTIM_ULPClockConfigTypeDef::Polarity
Type of LPTIM_ULPClockConfigTypeDef::Polarity
LPTIM_ULPClockConfigTypeDef::Polarity
uint32_t
all items filtered out