STM32L486xx HAL User Manual
Defines
Output Waveform Type
LPTIM Exported Constants

Defines

#define LL_LPTIM_OUTPUT_WAVEFORM_PWM   0x00000000U
#define LL_LPTIM_OUTPUT_WAVEFORM_SETONCE   LPTIM_CFGR_WAVE

Define Documentation

#define LL_LPTIM_OUTPUT_WAVEFORM_PWM   0x00000000U

LPTIM generates either a PWM waveform or a One pulse waveform depending on chosen operating mode CONTINOUS or SINGLE

Definition at line 173 of file stm32l4xx_ll_lptim.h.

Referenced by LL_LPTIM_StructInit().

#define LL_LPTIM_OUTPUT_WAVEFORM_SETONCE   LPTIM_CFGR_WAVE

LPTIM generates a Set Once waveform

Definition at line 174 of file stm32l4xx_ll_lptim.h.