STM32H735xx 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 171 of file stm32h7xx_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 170 of file stm32h7xx_ll_lptim.h.

Referenced by LL_LPTIM_StructInit().