Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_ll_tim.c353 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()
A Dstm32f0xx_hal_tim.c2936 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()
A Dstm32f0xx_hal_tim_ex.c213 OC_Config.OCMode = TIM_OCMODE_PWM2; in HAL_TIMEx_HallSensor_Init()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_tim_ex.c213 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()
A Dstm32f7xx_hal_tim.c2779 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()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_tim.h95 uint32_t OCMode; /*!< Specifies the TIM mode. member
127 uint32_t OCMode; /*!< Specifies the TIM mode. member
A Dstm32f0xx_ll_tim.h237 uint32_t OCMode; /*!< Specifies the output mode. member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_tim.h94 uint32_t OCMode; /*!< Specifies the TIM mode. member
125 uint32_t OCMode; /*!< Specifies the TIM mode. member

Completed in 43 milliseconds