STM32H735xx HAL User Manual
|
Defines | |
#define | LL_TIM_OCIDLESTATE_LOW 0x00000000U |
#define | LL_TIM_OCIDLESTATE_HIGH TIM_CR2_OIS1 |
#define LL_TIM_OCIDLESTATE_HIGH TIM_CR2_OIS1 |
OCx=1 (after a dead-time if OC is implemented) when MOE=0
Definition at line 774 of file stm32h7xx_ll_tim.h.
#define LL_TIM_OCIDLESTATE_LOW 0x00000000U |
OCx=0 (after a dead-time if OC is implemented) when MOE=0
Definition at line 773 of file stm32h7xx_ll_tim.h.
Referenced by LL_TIM_OC_StructInit().