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 Idle State
Collaboration diagram for TIM Complementary Output Compare Idle State:

Macros

#define TIM_OCNIDLESTATE_SET   TIM_CR2_OIS1N
 
#define TIM_OCNIDLESTATE_RESET   0x00000000U
 

Detailed Description

Macro Definition Documentation

◆ TIM_OCNIDLESTATE_SET

#define TIM_OCNIDLESTATE_SET   TIM_CR2_OIS1N

#include <stm32f4xx_hal_tim.h>

Complementary output Idle state: OCxN=1 when MOE=0

Definition at line 604 of file stm32f4xx_hal_tim.h.

◆ TIM_OCNIDLESTATE_RESET

#define TIM_OCNIDLESTATE_RESET   0x00000000U

#include <stm32f4xx_hal_tim.h>

Complementary output Idle state: OCxN=0 when MOE=0

Definition at line 605 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIMEx_HallSensor_Init().