STM32L486xx HAL User Manual
Defines
LPTIM Output Polarity
LPTIM Exported Constants

Defines

#define LPTIM_OUTPUTPOLARITY_HIGH   ((uint32_t)0x00000000)
#define LPTIM_OUTPUTPOLARITY_LOW   (LPTIM_CFGR_WAVPOL)

Define Documentation

#define LPTIM_OUTPUTPOLARITY_HIGH   ((uint32_t)0x00000000)

Definition at line 240 of file stm32l4xx_hal_lptim.h.

#define LPTIM_OUTPUTPOLARITY_LOW   (LPTIM_CFGR_WAVPOL)

Definition at line 241 of file stm32l4xx_hal_lptim.h.