Searched refs:OCPolarity (Results 1 – 8 of 8) sorted by relevance
357 TIM_OC_InitStruct->OCPolarity = LL_TIM_OCPOLARITY_HIGH; in LL_TIM_OC_StructInit()736 assert_param(IS_LL_TIM_OCPOLARITY(TIM_OCInitStruct->OCPolarity)); in OC1Config()759 MODIFY_REG(tmpccer, TIM_CCER_CC1P, TIM_OCInitStruct->OCPolarity); in OC1Config()815 assert_param(IS_LL_TIM_OCPOLARITY(TIM_OCInitStruct->OCPolarity)); in OC2Config()838 MODIFY_REG(tmpccer, TIM_CCER_CC2P, TIM_OCInitStruct->OCPolarity << 4U); in OC2Config()894 assert_param(IS_LL_TIM_OCPOLARITY(TIM_OCInitStruct->OCPolarity)); in OC3Config()917 MODIFY_REG(tmpccer, TIM_CCER_CC3P, TIM_OCInitStruct->OCPolarity << 8U); in OC3Config()973 assert_param(IS_LL_TIM_OCPOLARITY(TIM_OCInitStruct->OCPolarity)); in OC4Config()996 MODIFY_REG(tmpccer, TIM_CCER_CC4P, TIM_OCInitStruct->OCPolarity << 12U); in OC4Config()
2937 assert_param(IS_TIM_OC_POLARITY(sConfig->OCPolarity)); in HAL_TIM_OC_ConfigChannel()3104 assert_param(IS_TIM_OC_POLARITY(sConfig->OCPolarity)); in HAL_TIM_PWM_ConfigChannel()3214 temp1.OCPolarity = sConfig->OCPolarity; in HAL_TIM_OnePulse_ConfigChannel()4747 tmpccer |= OC_Config->OCPolarity; in TIM_OC1_SetConfig()4822 tmpccer |= (OC_Config->OCPolarity << 4U); in TIM_OC2_SetConfig()4897 tmpccer |= (OC_Config->OCPolarity << 8U); in TIM_OC3_SetConfig()4972 tmpccer |= (OC_Config->OCPolarity << 12U); in TIM_OC4_SetConfig()
216 OC_Config.OCPolarity = TIM_OCPOLARITY_HIGH; in HAL_TIMEx_HallSensor_Init()
216 OC_Config.OCPolarity = TIM_OCPOLARITY_HIGH; in HAL_TIMEx_HallSensor_Init()1581 assert_param(IS_TIM_OC_POLARITY(sConfig->OCPolarity)); in HAL_TIM_OC_ConfigChannel()1680 assert_param(IS_TIM_OC_POLARITY(sConfig->OCPolarity)); in HAL_TIM_PWM_ConfigChannel()2286 tmpccer |= (OC_Config->OCPolarity << 16); in TIM_OC5_SetConfig()2337 tmpccer |= (OC_Config->OCPolarity << 20); in TIM_OC6_SetConfig()
2780 assert_param(IS_TIM_OC_POLARITY(sConfig->OCPolarity)); in HAL_TIM_OC_ConfigChannel()2940 assert_param(IS_TIM_OC_POLARITY(sConfig->OCPolarity)); in HAL_TIM_PWM_ConfigChannel()3048 temp1.OCPolarity = sConfig->OCPolarity; in HAL_TIM_OnePulse_ConfigChannel()4425 tmpccer |= OC_Config->OCPolarity; in TIM_OC1_SetConfig()4490 tmpccer |= (OC_Config->OCPolarity << 4); in TIM_OC2_SetConfig()4557 tmpccer |= (OC_Config->OCPolarity << 8); in TIM_OC3_SetConfig()4625 tmpccer |= (OC_Config->OCPolarity << 12); in TIM_OC4_SetConfig()
101 uint32_t OCPolarity; /*!< Specifies the output polarity. member133 uint32_t OCPolarity; /*!< Specifies the output polarity. member
257 uint32_t OCPolarity; /*!< Specifies the output polarity. member
100 uint32_t OCPolarity; /*!< Specifies the output polarity. member131 uint32_t OCPolarity; /*!< Specifies the output polarity. member
Completed in 44 milliseconds