STM32L486xx HAL User Manual
Defines
Output Polarity
LPTIM Exported Constants

Defines

#define LL_LPTIM_OUTPUT_POLARITY_REGULAR   0x00000000U
#define LL_LPTIM_OUTPUT_POLARITY_INVERSE   LPTIM_CFGR_WAVPOL

Define Documentation

#define LL_LPTIM_OUTPUT_POLARITY_INVERSE   LPTIM_CFGR_WAVPOL

The LPTIM output reflects the inverse of the compare results between LPTIMx_ARR and LPTIMx_CMP registers

Definition at line 183 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_OUTPUT_POLARITY_REGULAR   0x00000000U

The LPTIM output reflects the compare results between LPTIMx_ARR and LPTIMx_CMP registers

Definition at line 182 of file stm32l4xx_ll_lptim.h.

Referenced by LL_LPTIM_StructInit().