HAL + 0/85 examples
CodeScope will show references to TIM_OCPOLARITY_HIGH from the following samples and libraries:
Drivers
Boards
Examples
STM32F4-Discovery
Applications
Audio
STM32F401-Discovery
Applications
Audio
STM32F411E-Discovery
Applications
Audio
STM32446E_EVAL
Examples
TIM
STM32469I_EVAL
Examples
TIM
STM324x9I_EVAL
Examples
TIM
STM324xG_EVAL
Examples
TIM
STM32F411RE-Nucleo
Examples_MIX
TIM
STM32F412G-Discovery
Examples
TIM
STM32F412ZG-Nucleo
Examples
TIM
STM32F413H-Discovery
Examples
TIM
STM32F413ZH-Nucleo
Examples
TIM
STM32F429ZI-Nucleo
Examples
TIM
STM32F446ZE-Nucleo
Examples
TIM
 
Symbols
loading...
Files
loading...

TIM_OCPOLARITY_HIGH macro

Capture/Compare output polarity

Syntax

#define TIM_OCPOLARITY_HIGH 0x00000000U

Examples

TIM_OCPOLARITY_HIGH is referenced by 85 libraries and example projects.

References

LocationText
stm32f4xx_hal_tim.h:577
#define TIM_OCPOLARITY_HIGH 0x00000000U /*!< Capture/Compare output polarity */
stm32f4xx_hal_tim.h:1610
#define IS_TIM_OC_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_OCPOLARITY_HIGH) || \
stm32f4xx_hal_tim_ex.c:210
OC_Config.OCPolarity = TIM_OCPOLARITY_HIGH;