STM32L443xx HAL User Manual
|
Defines | |
#define | LL_LPTIM_OUTPUT_POLARITY_REGULAR 0x00000000U |
#define | LL_LPTIM_OUTPUT_POLARITY_INVERSE LPTIM_CFGR_WAVPOL |
#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 179 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 178 of file stm32l4xx_ll_lptim.h.
Referenced by LL_LPTIM_StructInit().