STM32F479xx HAL User Manual
|
TIM Output Compare configuration structure definition. More...
#include <stm32f4xx_ll_tim.h>
Data Fields | |
uint32_t | OCMode |
uint32_t | OCState |
uint32_t | OCNState |
uint32_t | CompareValue |
uint32_t | OCPolarity |
uint32_t | OCNPolarity |
uint32_t | OCIdleState |
uint32_t | OCNIdleState |
TIM Output Compare configuration structure definition.
Definition at line 230 of file stm32f4xx_ll_tim.h.
uint32_t LL_TIM_OC_InitTypeDef::CompareValue |
Specifies the Compare value to be loaded into the Capture Compare Register. This parameter can be a number between Min_Data=0x0000 and Max_Data=0xFFFF.
This feature can be modified afterwards using unitary function LL_TIM_OC_SetCompareCHx (x=1..6).
Definition at line 250 of file stm32f4xx_ll_tim.h.
Referenced by LL_TIM_OC_StructInit(), OC1Config(), OC2Config(), OC3Config(), and OC4Config().
uint32_t LL_TIM_OC_InitTypeDef::OCIdleState |
Specifies the TIM Output Compare pin state during Idle state. This parameter can be a value of Output Configuration Idle State.
This feature can be modified afterwards using unitary function LL_TIM_OC_SetIdleState().
Definition at line 269 of file stm32f4xx_ll_tim.h.
Referenced by LL_TIM_OC_StructInit(), OC1Config(), OC2Config(), OC3Config(), and OC4Config().
uint32_t LL_TIM_OC_InitTypeDef::OCMode |
Specifies the output mode. This parameter can be a value of Output Configuration Mode.
This feature can be modified afterwards using unitary function LL_TIM_OC_SetMode().
Definition at line 232 of file stm32f4xx_ll_tim.h.
Referenced by LL_TIM_OC_StructInit(), OC1Config(), OC2Config(), OC3Config(), and OC4Config().
uint32_t LL_TIM_OC_InitTypeDef::OCNIdleState |
Specifies the TIM Output Compare pin state during Idle state. This parameter can be a value of Output Configuration Idle State.
This feature can be modified afterwards using unitary function LL_TIM_OC_SetIdleState().
Definition at line 275 of file stm32f4xx_ll_tim.h.
Referenced by LL_TIM_OC_StructInit(), OC1Config(), OC2Config(), OC3Config(), and OC4Config().
uint32_t LL_TIM_OC_InitTypeDef::OCNPolarity |
Specifies the complementary output polarity. This parameter can be a value of Output Configuration Polarity.
This feature can be modified afterwards using unitary function LL_TIM_OC_SetPolarity().
Definition at line 262 of file stm32f4xx_ll_tim.h.
Referenced by LL_TIM_OC_StructInit(), OC1Config(), OC2Config(), OC3Config(), and OC4Config().
uint32_t LL_TIM_OC_InitTypeDef::OCNState |
Specifies the TIM complementary Output Compare state. This parameter can be a value of Output Configuration State.
This feature can be modified afterwards using unitary functions LL_TIM_CC_EnableChannel() or LL_TIM_CC_DisableChannel().
Definition at line 244 of file stm32f4xx_ll_tim.h.
Referenced by LL_TIM_OC_StructInit(), OC1Config(), OC2Config(), OC3Config(), and OC4Config().
uint32_t LL_TIM_OC_InitTypeDef::OCPolarity |
Specifies the output polarity. This parameter can be a value of Output Configuration Polarity.
This feature can be modified afterwards using unitary function LL_TIM_OC_SetPolarity().
Definition at line 256 of file stm32f4xx_ll_tim.h.
Referenced by LL_TIM_OC_StructInit(), OC1Config(), OC2Config(), OC3Config(), and OC4Config().
uint32_t LL_TIM_OC_InitTypeDef::OCState |
Specifies the TIM Output Compare state. This parameter can be a value of Output Configuration State.
This feature can be modified afterwards using unitary functions LL_TIM_CC_EnableChannel() or LL_TIM_CC_DisableChannel().
Definition at line 238 of file stm32f4xx_ll_tim.h.
Referenced by LL_TIM_OC_StructInit(), OC1Config(), OC2Config(), OC3Config(), and OC4Config().