Lines Matching refs:OCNState
428 TIM_OC_InitStruct->OCNState = LL_TIM_OCSTATE_DISABLE; in LL_TIM_OC_StructInit()
881 assert_param(IS_LL_TIM_OCSTATE(TIM_OCInitStruct->OCNState)); in OC1Config()
889 MODIFY_REG(tmpccer, TIM_CCER_CC1NE, TIM_OCInitStruct->OCNState << 2U); in OC1Config()
960 assert_param(IS_LL_TIM_OCSTATE(TIM_OCInitStruct->OCNState)); in OC2Config()
968 MODIFY_REG(tmpccer, TIM_CCER_CC2NE, TIM_OCInitStruct->OCNState << 6U); in OC2Config()
1039 assert_param(IS_LL_TIM_OCSTATE(TIM_OCInitStruct->OCNState)); in OC3Config()
1047 MODIFY_REG(tmpccer, TIM_CCER_CC3NE, TIM_OCInitStruct->OCNState << 10U); in OC3Config()
1119 assert_param(IS_LL_TIM_OCSTATE(TIM_OCInitStruct->OCNState)); in OC4Config()
1126 MODIFY_REG(tmpccer, TIM_CCER_CC4NE, TIM_OCInitStruct->OCNState << 14U); in OC4Config()
1169 assert_param(IS_LL_TIM_OCSTATE(TIM_OCInitStruct->OCNState)); in OC5Config()
1230 assert_param(IS_LL_TIM_OCSTATE(TIM_OCInitStruct->OCNState)); in OC6Config()