Searched refs:OCMode (Results 1 – 8 of 8) sorted by relevance
353 TIM_OC_InitStruct->OCMode = LL_TIM_OCMODE_FROZEN; in LL_TIM_OC_StructInit()734 assert_param(IS_LL_TIM_OCMODE(TIM_OCInitStruct->OCMode)); in OC1Config()756 MODIFY_REG(tmpccmr1, TIM_CCMR1_OC1M, TIM_OCInitStruct->OCMode); in OC1Config()813 assert_param(IS_LL_TIM_OCMODE(TIM_OCInitStruct->OCMode)); in OC2Config()835 MODIFY_REG(tmpccmr1, TIM_CCMR1_OC2M, TIM_OCInitStruct->OCMode << 8U); in OC2Config()892 assert_param(IS_LL_TIM_OCMODE(TIM_OCInitStruct->OCMode)); in OC3Config()914 MODIFY_REG(tmpccmr2, TIM_CCMR2_OC3M, TIM_OCInitStruct->OCMode); in OC3Config()971 assert_param(IS_LL_TIM_OCMODE(TIM_OCInitStruct->OCMode)); in OC4Config()993 MODIFY_REG(tmpccmr2, TIM_CCMR2_OC4M, TIM_OCInitStruct->OCMode << 8U); in OC4Config()
2936 assert_param(IS_TIM_OC_MODE(sConfig->OCMode)); in HAL_TIM_OC_ConfigChannel()3103 assert_param(IS_TIM_PWM_MODE(sConfig->OCMode)); in HAL_TIM_PWM_ConfigChannel()3212 temp1.OCMode = sConfig->OCMode; in HAL_TIM_OnePulse_ConfigChannel()4742 tmpccmrx |= OC_Config->OCMode; in TIM_OC1_SetConfig()4817 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC2_SetConfig()4892 tmpccmrx |= OC_Config->OCMode; in TIM_OC3_SetConfig()4967 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC4_SetConfig()
213 OC_Config.OCMode = TIM_OCMODE_PWM2; in HAL_TIMEx_HallSensor_Init()
213 OC_Config.OCMode = TIM_OCMODE_PWM2; in HAL_TIMEx_HallSensor_Init()1580 assert_param(IS_TIM_OC_MODE(sConfig->OCMode)); in HAL_TIM_OC_ConfigChannel()1679 assert_param(IS_TIM_PWM_MODE(sConfig->OCMode)); in HAL_TIM_PWM_ConfigChannel()2281 tmpccmrx |= OC_Config->OCMode; in TIM_OC5_SetConfig()2332 tmpccmrx |= (OC_Config->OCMode << 8); in TIM_OC6_SetConfig()
2779 assert_param(IS_TIM_OC_MODE(sConfig->OCMode)); in HAL_TIM_OC_ConfigChannel()2939 assert_param(IS_TIM_PWM_MODE(sConfig->OCMode)); in HAL_TIM_PWM_ConfigChannel()3046 temp1.OCMode = sConfig->OCMode; in HAL_TIM_OnePulse_ConfigChannel()4420 tmpccmrx |= OC_Config->OCMode; in TIM_OC1_SetConfig()4485 tmpccmrx |= (OC_Config->OCMode << 8); in TIM_OC2_SetConfig()4552 tmpccmrx |= OC_Config->OCMode; in TIM_OC3_SetConfig()4620 tmpccmrx |= (OC_Config->OCMode << 8); in TIM_OC4_SetConfig()
95 uint32_t OCMode; /*!< Specifies the TIM mode. member127 uint32_t OCMode; /*!< Specifies the TIM mode. member
237 uint32_t OCMode; /*!< Specifies the output mode. member
94 uint32_t OCMode; /*!< Specifies the TIM mode. member125 uint32_t OCMode; /*!< Specifies the TIM mode. member
Completed in 43 milliseconds