HAL + 0/1 examples
CodeScope will show references to LL_LPTIM_OUTPUT_POLARITY_REGULAR from the following samples and libraries:
Examples
STM32F410xx-Nucleo
Examples_LL
LPTIM
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_LPTIM_OUTPUT_POLARITY_REGULAR

LL_LPTIM_OUTPUT_POLARITY_REGULAR macro

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

Syntax

#define LL_LPTIM_OUTPUT_POLARITY_REGULAR 0x00000000U

Examples

LL_LPTIM_OUTPUT_POLARITY_REGULAR is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_ll_lptim.h:170
#define LL_LPTIM_OUTPUT_POLARITY_REGULAR 0x00000000U /*!<The LPTIM output reflects the compare results between LPTIMx_ARR and LPTIMx_CMP registers*/
stm32f4xx_ll_lptim.c:127
LPTIM_InitStruct->Polarity = LL_LPTIM_OUTPUT_POLARITY_REGULAR;