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

Macros

#define TIM_OCNIDLESTATE_SET   (TIM_CR2_OIS1N)
 
#define TIM_OCNIDLESTATE_RESET   ((uint32_t)0x0000U)
 

Detailed Description

Macro Definition Documentation

#define TIM_OCNIDLESTATE_RESET   ((uint32_t)0x0000U)

Definition at line 419 of file stm32f7xx_hal_tim.h.

#define TIM_OCNIDLESTATE_SET   (TIM_CR2_OIS1N)

Definition at line 418 of file stm32f7xx_hal_tim.h.