HAL + 0/43 examples
CodeScope will show references to TIM_OC_InitTypeDef::OCNIdleState from the following samples and libraries:
Drivers
Boards
Examples
STM32446E_EVAL
Examples
TIM
STM32469I_EVAL
Examples
TIM
STM324x9I_EVAL
Examples
TIM
STM324xG_EVAL
Examples
TIM
STM32F4-Discovery
Applications
Audio
STM32F401-Discovery
Applications
Audio
STM32F411E-Discovery
Applications
Audio
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::OCNIdleState

TIM_OC_InitTypeDef::OCNIdleState field

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

Syntax

uint32_t OCNIdleState;

Examples

TIM_OC_InitTypeDef::OCNIdleState is referenced by 43 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_tim.h:103
uint32_t OCNIdleState; /*!< Specifies the TIM Output Compare pin state during Idle state.
stm32f4xx_hal_tim.c:4356HAL_TIM_OnePulse_ConfigChannel()
temp1.OCNIdleState = sConfig->OCNIdleState;
stm32f4xx_hal_tim.c:6877TIM_OC1_SetConfig()
assert_param(IS_TIM_OCNIDLE_STATE(OC_Config->OCNIdleState));
stm32f4xx_hal_tim.c:6886TIM_OC1_SetConfig()
tmpcr2 |= OC_Config->OCNIdleState;
stm32f4xx_hal_tim.c:6953TIM_OC2_SetConfig()
assert_param(IS_TIM_OCNIDLE_STATE(OC_Config->OCNIdleState));
stm32f4xx_hal_tim.c:6962TIM_OC2_SetConfig()
tmpcr2 |= (OC_Config->OCNIdleState << 2U);
stm32f4xx_hal_tim.c:7028TIM_OC3_SetConfig()
assert_param(IS_TIM_OCNIDLE_STATE(OC_Config->OCNIdleState));
stm32f4xx_hal_tim.c:7037TIM_OC3_SetConfig()
tmpcr2 |= (OC_Config->OCNIdleState << 4U);
stm32f4xx_hal_tim_ex.c:208HAL_TIMEx_HallSensor_Init()
OC_Config.OCNIdleState = TIM_OCNIDLESTATE_RESET;

Data Use

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