STM32L486xx HAL User Manual
Defines
Input1 Source
LPTIM Exported Constants

Defines

#define LL_LPTIM_INPUT1_SRC_GPIO   0x00000000U
#define LL_LPTIM_INPUT1_SRC_COMP1   LPTIM_OR_OR_0
#define LL_LPTIM_INPUT1_SRC_COMP2   LPTIM_OR_OR_1
#define LL_LPTIM_INPUT1_SRC_COMP1_COMP2   LPTIM_OR_OR

Define Documentation

#define LL_LPTIM_INPUT1_SRC_COMP1   LPTIM_OR_OR_0

For LPTIM1 and LPTIM2

Definition at line 283 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_INPUT1_SRC_COMP1_COMP2   LPTIM_OR_OR

For LPTIM2

Definition at line 285 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_INPUT1_SRC_COMP2   LPTIM_OR_OR_1

For LPTIM2

Definition at line 284 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_INPUT1_SRC_GPIO   0x00000000U

For LPTIM1 and LPTIM2

Definition at line 282 of file stm32l4xx_ll_lptim.h.