STM32L486xx HAL User Manual
Defines
Trigger Polarity
LPTIM Exported Constants

Defines

#define LL_LPTIM_TRIG_POLARITY_RISING   LPTIM_CFGR_TRIGEN_0
#define LL_LPTIM_TRIG_POLARITY_FALLING   LPTIM_CFGR_TRIGEN_1
#define LL_LPTIM_TRIG_POLARITY_RISING_FALLING   LPTIM_CFGR_TRIGEN

Define Documentation

#define LL_LPTIM_TRIG_POLARITY_FALLING   LPTIM_CFGR_TRIGEN_1

LPTIM counter starts when a falling edge is detected

Definition at line 233 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_TRIG_POLARITY_RISING   LPTIM_CFGR_TRIGEN_0

LPTIM counter starts when a rising edge is detected

Definition at line 232 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_TRIG_POLARITY_RISING_FALLING   LPTIM_CFGR_TRIGEN

LPTIM counter starts when a rising or a falling edge is detected

Definition at line 234 of file stm32l4xx_ll_lptim.h.