Home
last modified time | relevance | path

Searched refs:OCPolarity (Results 1 – 8 of 8) sorted by relevance

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_ll_tim.c357 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()
A Dstm32f0xx_hal_tim.c2937 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()
A Dstm32f0xx_hal_tim_ex.c216 OC_Config.OCPolarity = TIM_OCPOLARITY_HIGH; in HAL_TIMEx_HallSensor_Init()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_tim_ex.c216 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()
A Dstm32f7xx_hal_tim.c2780 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()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_tim.h101 uint32_t OCPolarity; /*!< Specifies the output polarity. member
133 uint32_t OCPolarity; /*!< Specifies the output polarity. member
A Dstm32f0xx_ll_tim.h257 uint32_t OCPolarity; /*!< Specifies the output polarity. member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_tim.h100 uint32_t OCPolarity; /*!< Specifies the output polarity. member
131 uint32_t OCPolarity; /*!< Specifies the output polarity. member

Completed in 44 milliseconds