HAL + 0/5 examples
CodeScope will show references to LL_TIM_OCPOLARITY_HIGH from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
TIM
 
Symbols
loading...
Files
loading...

LL_TIM_OCPOLARITY_HIGH macro

OCxactive high

Syntax

#define LL_TIM_OCPOLARITY_HIGH 0x00000000U

Examples

LL_TIM_OCPOLARITY_HIGH is referenced by 5 libraries and example projects.

References

LocationText
stm32f4xx_ll_tim.h:665
#define LL_TIM_OCPOLARITY_HIGH 0x00000000U /*!< OCxactive high*/
stm32f4xx_ll_tim.c:363
TIM_OC_InitStruct->OCPolarity = LL_TIM_OCPOLARITY_HIGH;
stm32f4xx_ll_tim.c:364
TIM_OC_InitStruct->OCNPolarity = LL_TIM_OCPOLARITY_HIGH;