HAL + 0/50 examples
CodeScope will show references to TIM_OCNPOLARITY_HIGH from the following samples and libraries:
Drivers
Boards
Examples
STM32446E_EVAL
Examples
TIM
STM32469I_EVAL
Examples
TIM
STM324x9I_EVAL
Examples
TIM
STM324xG_EVAL
Examples
TIM
STM32F4-Discovery
Applications
Audio
STM32F401-Discovery
Applications
Audio
STM32F411E-Discovery
Applications
Audio
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_OCNPOLARITY_HIGH macro

Capture/Compare complementary output polarity

Syntax

#define TIM_OCNPOLARITY_HIGH 0x00000000U

Examples

TIM_OCNPOLARITY_HIGH is referenced by 50 libraries and example projects.

References

LocationText
stm32f4xx_hal_tim.h:586
#define TIM_OCNPOLARITY_HIGH 0x00000000U /*!< Capture/Compare complementary output polarity */
stm32f4xx_hal_tim.h:1613
#define IS_TIM_OCN_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_OCNPOLARITY_HIGH) || \
stm32f4xx_hal_tim_ex.c:209
OC_Config.OCNPolarity = TIM_OCNPOLARITY_HIGH;