STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
TIM Complementary Output Compare State

Macros

#define TIM_OUTPUTNSTATE_DISABLE   ((uint32_t)0x0000U)
 
#define TIM_OUTPUTNSTATE_ENABLE   (TIM_CCER_CC1NE)
 

Detailed Description

Macro Definition Documentation

#define TIM_OUTPUTNSTATE_DISABLE   ((uint32_t)0x0000U)

Definition at line 382 of file stm32f7xx_hal_tim.h.

#define TIM_OUTPUTNSTATE_ENABLE   (TIM_CCER_CC1NE)

Definition at line 383 of file stm32f7xx_hal_tim.h.