STM32L486xx HAL User Manual
Defines
LPTIM Input1 Source
LPTIM Exported Constants

Defines

#define LPTIM_INPUT1SOURCE_GPIO   ((uint32_t)0x00000000)
#define LPTIM_INPUT1SOURCE_COMP1   LPTIM_OR_OR_0
#define LPTIM_INPUT1SOURCE_COMP2   LPTIM_OR_OR_1
#define LPTIM_INPUT1SOURCE_COMP1_COMP2   LPTIM_OR_OR

Define Documentation

#define LPTIM_INPUT1SOURCE_COMP1   LPTIM_OR_OR_0

For LPTIM1 and LPTIM2

Definition at line 329 of file stm32l4xx_hal_lptim.h.

#define LPTIM_INPUT1SOURCE_COMP1_COMP2   LPTIM_OR_OR

For LPTIM2

Definition at line 331 of file stm32l4xx_hal_lptim.h.

#define LPTIM_INPUT1SOURCE_COMP2   LPTIM_OR_OR_1

For LPTIM2

Definition at line 330 of file stm32l4xx_hal_lptim.h.

#define LPTIM_INPUT1SOURCE_GPIO   ((uint32_t)0x00000000)

For LPTIM1 and LPTIM2

Definition at line 328 of file stm32l4xx_hal_lptim.h.