STM32L443xx HAL User Manual
Defines
LPTIM Input1 Source
LPTIM Exported Constants

Defines

#define LPTIM_INPUT1SOURCE_GPIO   0x00000000U
#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 338 of file stm32l4xx_hal_lptim.h.

#define LPTIM_INPUT1SOURCE_COMP1_COMP2   LPTIM_OR_OR

For LPTIM2

Definition at line 340 of file stm32l4xx_hal_lptim.h.

#define LPTIM_INPUT1SOURCE_COMP2   LPTIM_OR_OR_1

For LPTIM2

Definition at line 339 of file stm32l4xx_hal_lptim.h.

#define LPTIM_INPUT1SOURCE_GPIO   0x00000000U

For LPTIM1 and LPTIM2

Definition at line 337 of file stm32l4xx_hal_lptim.h.