HAL + 0/38 examples
CodeScope will show references to TIM_OCNIDLESTATE_RESET from the following samples and libraries:
 
Symbols
loading...
Files
loading...

TIM_OCNIDLESTATE_RESET macro

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

Syntax

#define TIM_OCNIDLESTATE_RESET 0x00000000U

Examples

TIM_OCNIDLESTATE_RESET is referenced by 38 libraries and example projects.

References

LocationText
stm32f4xx_hal_tim.h:605
#define TIM_OCNIDLESTATE_RESET 0x00000000U /*!< Complementary output Idle state: OCxN=0 when MOE=0 */
stm32f4xx_hal_tim.h:1620
((__STATE__) == TIM_OCNIDLESTATE_RESET))
stm32f4xx_hal_tim_ex.c:208
OC_Config.OCNIdleState = TIM_OCNIDLESTATE_RESET;