Home
last modified time | relevance | path

Searched refs:OCFastMode (Results 1 – 17 of 17) sorted by relevance

/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Src/
A Dfm33lc0xx_fl_gptim.c452 assert_param(IS_FL_GPTIM_OC_FASTMODE(oc_init->OCFastMode)); in FL_GPTIM_OC_Init()
492 if(oc_init->OCFastMode == FL_ENABLE) in OCConfig()
534 oc_init->OCFastMode = FL_DISABLE; in FL_GPTIM_OC_StructInit()
A Dfm33lc0xx_fl_atim.c279 if(TIM_OC_InitStruct->OCFastMode == FL_ENABLE) in OCConfig()
629 assert_param(IS_FL_ATIM_OC_FASTMODE(TIM_OC_InitStruct->OCFastMode)); in FL_ATIM_OC_Init()
673 TIM_OC_InitStruct->OCFastMode = FL_DISABLE; in FL_ATIM_OC_StructInit()
/bsp/stm32/stm32h503-st-nucleo/board/CubeMX_Config/Src/
A Dmain.c343 sConfigOC.OCFastMode = TIM_OCFAST_DISABLE; in MX_TIM1_Init()
421 sConfigOC.OCFastMode = TIM_OCFAST_DISABLE; in MX_TIM2_Init()
480 sConfigOC.OCFastMode = TIM_OCFAST_DISABLE; in MX_TIM3_Init()
/bsp/stm32/stm32h563-st-nucleo/board/CubeMX_Config/Src/
A Dmain.c533 sConfigOC.OCFastMode = TIM_OCFAST_DISABLE; in MX_TIM1_Init()
609 sConfigOC.OCFastMode = TIM_OCFAST_DISABLE; in MX_TIM3_Init()
658 sConfigOC.OCFastMode = TIM_OCFAST_DISABLE; in MX_TIM4_Init()
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_TIMER.c293 if (OUTPUT_FAST_MODE_ENABLE == Output_Config->OCFastMode) in HAL_TIMER_Output_Config()
350 if (OUTPUT_FAST_MODE_ENABLE == Output_Config->OCFastMode) in HAL_TIMER_Output_Config()
407 if (OUTPUT_FAST_MODE_ENABLE == Output_Config->OCFastMode) in HAL_TIMER_Output_Config()
450 if (OUTPUT_FAST_MODE_ENABLE == Output_Config->OCFastMode) in HAL_TIMER_Output_Config()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_TIMER.c326 if (OUTPUT_FAST_MODE_ENABLE == Output_Config->OCFastMode) in HAL_TIMER_Output_Config()
383 if (OUTPUT_FAST_MODE_ENABLE == Output_Config->OCFastMode) in HAL_TIMER_Output_Config()
440 if (OUTPUT_FAST_MODE_ENABLE == Output_Config->OCFastMode) in HAL_TIMER_Output_Config()
483 if (OUTPUT_FAST_MODE_ENABLE == Output_Config->OCFastMode) in HAL_TIMER_Output_Config()
/bsp/stm32/stm32u575-st-nucleo/board/CubeMX_Config/Src/
A Dmain.c515 sConfigOC.OCFastMode = TIM_OCFAST_DISABLE; in MX_TIM1_Init()
601 sConfigOC.OCFastMode = TIM_OCFAST_DISABLE; in MX_TIM4_Init()
/bsp/stm32/stm32f407-rt-spark/board/ports/led_matrix/
A Ddrv_matrix_led.c110 sConfigOC.OCFastMode = TIM_OCFAST_DISABLE; in matrix_init()
/bsp/stm32/stm32h750-weact-ministm32h7xx/board/CubeMX_Config/Src/
A Dmain.c416 sConfigOC.OCFastMode = TIM_OCFAST_DISABLE; in MX_TIM1_Init()
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_TIMER.h387 uint32_t OCFastMode; // Specifies the Fast mode state. member
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_TIMER.h403 uint32_t OCFastMode; // Specifies the Fast mode state. member
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_pwm.c421 oc_config.OCFastMode = TIM_OCFAST_DISABLE; in stm32_hw_pwm_init()
/bsp/stm32/stm32h743-openmv-h7plus/board/ports/
A Ddrv_ov5640.c540 TIMOCHandle.OCFastMode = TIM_OCFAST_DISABLE; in ov5640_set_xclk_frequency()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_tim.c3931 assert_param(IS_TIM_FAST_STATE(sConfig->OCFastMode)); in HAL_TIM_PWM_ConfigChannel()
3951 htim->Instance->CCMR1 |= sConfig->OCFastMode; in HAL_TIM_PWM_ConfigChannel()
3968 htim->Instance->CCMR1 |= sConfig->OCFastMode << 8U; in HAL_TIM_PWM_ConfigChannel()
3985 htim->Instance->CCMR2 |= sConfig->OCFastMode; in HAL_TIM_PWM_ConfigChannel()
4002 htim->Instance->CCMR2 |= sConfig->OCFastMode << 8U; in HAL_TIM_PWM_ConfigChannel()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_tim.h80 uint32_t OCFastMode; /*!< Specifies the Fast mode state. member
/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/
A Dfm33lc0xx_fl_gptim.h137 uint32_t OCFastMode; member
A Dfm33lc0xx_fl_atim.h131 uint32_t OCFastMode; member

Completed in 62 milliseconds