STM32H735xx 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 153 of file stm32h7xx_ll_lptim.h.

#define LL_LPTIM_COUNTER_MODE_INTERNAL   0x00000000U

The counter is incremented following each internal clock pulse

Definition at line 152 of file stm32h7xx_ll_lptim.h.