STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
TIM Complementary Output Compare State
Collaboration diagram for TIM Complementary Output Compare State:

Macros

#define TIM_OUTPUTNSTATE_DISABLE   0x00000000U
 
#define TIM_OUTPUTNSTATE_ENABLE   TIM_CCER_CC1NE
 

Detailed Description

Macro Definition Documentation

◆ TIM_OUTPUTNSTATE_DISABLE

#define TIM_OUTPUTNSTATE_DISABLE   0x00000000U

#include <stm32f4xx_hal_tim.h>

OCxN is disabled

Definition at line 568 of file stm32f4xx_hal_tim.h.

◆ TIM_OUTPUTNSTATE_ENABLE

#define TIM_OUTPUTNSTATE_ENABLE   TIM_CCER_CC1NE

#include <stm32f4xx_hal_tim.h>

OCxN is enabled

Definition at line 569 of file stm32f4xx_hal_tim.h.