HAL + 0/30 examples
CodeScope will show references to TIM_OCIDLESTATE_RESET from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
TIM
STM32469I_EVAL
Examples
TIM
STM32F412G-Discovery
Examples
TIM
STM32F412ZG-Nucleo
Examples
TIM
STM32F413H-Discovery
Examples
TIM
STM32F413ZH-Nucleo
Examples
TIM
STM32F429ZI-Nucleo
Examples
TIM
STM32F446ZE-Nucleo
Examples
TIM
 
Symbols
loading...
Files
loading...

TIM_OCIDLESTATE_RESET macro

Output Idle state: OCx=0 when MOE=0

Syntax

#define TIM_OCIDLESTATE_RESET 0x00000000U

Examples

TIM_OCIDLESTATE_RESET is referenced by 30 libraries and example projects.

References

LocationText
stm32f4xx_hal_tim.h:596
#define TIM_OCIDLESTATE_RESET 0x00000000U /*!< Output Idle state: OCx=0 when MOE=0 */
stm32f4xx_hal_tim.h:1617
((__STATE__) == TIM_OCIDLESTATE_RESET))
stm32f4xx_hal_tim_ex.c:206
OC_Config.OCIdleState = TIM_OCIDLESTATE_RESET;