HAL + 0/46 examples
CodeScope will show references to TIM_OC_InitTypeDef::OCIdleState from the following samples and libraries:
Drivers
Boards
Examples
STM32F4-Discovery
Applications
Audio
STM32F401-Discovery
Applications
Audio
STM32F411E-Discovery
Applications
Audio
STM32446E_EVAL
Examples
TIM
STM32469I_EVAL
Examples
TIM
STM324x9I_EVAL
Examples
TIM
STM324xG_EVAL
Examples
TIM
STM32F411RE-Nucleo
Examples_MIX
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...
CodeScopeSTM32 Libraries and SamplesHALTIM_OC_InitTypeDef::OCIdleState

TIM_OC_InitTypeDef::OCIdleState field

Specifies the TIM Output Compare pin state during Idle state. This parameter can be a value of TIM_Output_Compare_Idle_State

Syntax

uint32_t OCIdleState;

Examples

TIM_OC_InitTypeDef::OCIdleState is referenced by 46 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_tim.h:99
uint32_t OCIdleState; /*!< Specifies the TIM Output Compare pin state during Idle state.
stm32f4xx_hal_tim.c:4355HAL_TIM_OnePulse_ConfigChannel()
temp1.OCIdleState = sConfig->OCIdleState;
stm32f4xx_hal_tim.c:6878TIM_OC1_SetConfig()
assert_param(IS_TIM_OCIDLE_STATE(OC_Config->OCIdleState));
stm32f4xx_hal_tim.c:6884TIM_OC1_SetConfig()
tmpcr2 |= OC_Config->OCIdleState;
stm32f4xx_hal_tim.c:6954TIM_OC2_SetConfig()
assert_param(IS_TIM_OCIDLE_STATE(OC_Config->OCIdleState));
stm32f4xx_hal_tim.c:6960TIM_OC2_SetConfig()
tmpcr2 |= (OC_Config->OCIdleState << 2U);
stm32f4xx_hal_tim.c:7029TIM_OC3_SetConfig()
assert_param(IS_TIM_OCIDLE_STATE(OC_Config->OCIdleState));
stm32f4xx_hal_tim.c:7035TIM_OC3_SetConfig()
tmpcr2 |= (OC_Config->OCIdleState << 4U);
stm32f4xx_hal_tim.c:7092TIM_OC4_SetConfig()
assert_param(IS_TIM_OCIDLE_STATE(OC_Config->OCIdleState));
stm32f4xx_hal_tim.c:7098TIM_OC4_SetConfig()
tmpcr2 |= (OC_Config->OCIdleState << 6U);
stm32f4xx_hal_tim_ex.c:206HAL_TIMEx_HallSensor_Init()
OC_Config.OCIdleState = TIM_OCIDLESTATE_RESET;

Data Use

Functions writing TIM_OC_InitTypeDef::OCIdleState
Functions reading TIM_OC_InitTypeDef::OCIdleState
TIM_OC_InitTypeDef::OCIdleState
Type of TIM_OC_InitTypeDef::OCIdleState
TIM_OC_InitTypeDef::OCIdleState
uint32_t
all items filtered out