STM32L486xx HAL User Manual
Data Fields
LPTIM_ULPClockConfigTypeDef Struct Reference

LPTIM Clock configuration definition. More...

#include <stm32l4xx_hal_lptim.h>

Data Fields

uint32_t Polarity
uint32_t SampleTime

Detailed Description

LPTIM Clock configuration definition.

Definition at line 76 of file stm32l4xx_hal_lptim.h.


Field Documentation

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

Definition at line 78 of file stm32l4xx_hal_lptim.h.

Referenced by HAL_LPTIM_Encoder_Start(), HAL_LPTIM_Encoder_Start_IT(), and HAL_LPTIM_Init().

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

Definition at line 85 of file stm32l4xx_hal_lptim.h.

Referenced by HAL_LPTIM_Init().


The documentation for this struct was generated from the following file: