HAL + 0/1 examples
CodeScope will show references to LL_TIM_OC_InitTypeDef::OCNIdleState from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
TIM
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_TIM_OC_InitTypeDef::OCNIdleState

LL_TIM_OC_InitTypeDef::OCNIdleState field

Specifies the TIM Output Compare pin state during Idle state. This parameter can be a value of TIM_LL_EC_OCIDLESTATE. This feature can be modified afterwards using unitary function LL_TIM_OC_SetIdleState().

Syntax

uint32_t OCNIdleState;

Examples

LL_TIM_OC_InitTypeDef::OCNIdleState is referenced by 1 libraries and example projects.

References

LocationReferrerText
stm32f4xx_ll_tim.h:274
uint32_t OCNIdleState; /*!< Specifies the TIM Output Compare pin state during Idle state.
stm32f4xx_ll_tim.c:366LL_TIM_OC_StructInit()
stm32f4xx_ll_tim.c:793OC1Config()
MODIFY_REG(tmpcr2, TIM_CR2_OIS1N, TIM_OCInitStruct->OCNIdleState << 1U);
stm32f4xx_ll_tim.c:872OC2Config()
MODIFY_REG(tmpcr2, TIM_CR2_OIS2N, TIM_OCInitStruct->OCNIdleState << 3U);
stm32f4xx_ll_tim.c:951OC3Config()
MODIFY_REG(tmpcr2, TIM_CR2_OIS3N, TIM_OCInitStruct->OCNIdleState << 5U);

Data Use

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