STM32L486xx HAL User Manual
Defines
Counter Mode
LPTIM Exported Constants

Defines

#define LL_LPTIM_COUNTER_MODE_INTERNAL   0x00000000U
#define LL_LPTIM_COUNTER_MODE_EXTERNAL   LPTIM_CFGR_COUNTMODE

Define Documentation

#define LL_LPTIM_COUNTER_MODE_EXTERNAL   LPTIM_CFGR_COUNTMODE

The counter is incremented following each valid clock pulse on the LPTIM external Input1

Definition at line 165 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_COUNTER_MODE_INTERNAL   0x00000000U

The counter is incremented following each internal clock pulse

Definition at line 164 of file stm32l4xx_ll_lptim.h.