HAL + 0/12 examples
CodeScope will show references to TIM_OCNIDLESTATE_SET 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
 
Symbols
loading...
Files
loading...

TIM_OCNIDLESTATE_SET macro

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

Syntax

#define TIM_OCNIDLESTATE_SET TIM_CR2_OIS1N

Examples

TIM_OCNIDLESTATE_SET is referenced by 12 libraries and example projects.

References

LocationText
stm32f4xx_hal_tim.h:604
#define TIM_OCNIDLESTATE_SET TIM_CR2_OIS1N /*!< Complementary output Idle state: OCxN=1 when MOE=0 */
stm32f4xx_hal_tim.h:1619
#define IS_TIM_OCNIDLE_STATE(__STATE__) (((__STATE__) == TIM_OCNIDLESTATE_SET) || \