Searched refs:TIM_CLOCKDIVISION_DIV1 (Results 1 – 14 of 14) sorted by relevance
354 htim15.Init.ClockDivision = TIM_CLOCKDIVISION_DIV1; in MX_TIM15_Init()397 htim16.Init.ClockDivision = TIM_CLOCKDIVISION_DIV1; in MX_TIM16_Init()429 htim17.Init.ClockDivision = TIM_CLOCKDIVISION_DIV1; in MX_TIM17_Init()
316 htim1.Init.ClockDivision = TIM_CLOCKDIVISION_DIV1; in MX_TIM1_Init()397 htim2.Init.ClockDivision = TIM_CLOCKDIVISION_DIV1; in MX_TIM2_Init()456 htim3.Init.ClockDivision = TIM_CLOCKDIVISION_DIV1; in MX_TIM3_Init()
515 htim1.Init.ClockDivision = TIM_CLOCKDIVISION_DIV1; in MX_TIM1_Init()594 htim3.Init.ClockDivision = TIM_CLOCKDIVISION_DIV1; in MX_TIM3_Init()643 htim4.Init.ClockDivision = TIM_CLOCKDIVISION_DIV1; in MX_TIM4_Init()
488 htim1.Init.ClockDivision = TIM_CLOCKDIVISION_DIV1; in MX_TIM1_Init()577 htim4.Init.ClockDivision = TIM_CLOCKDIVISION_DIV1; in MX_TIM4_Init()
102 tim->Init.ClockDivision = TIM_CLOCKDIVISION_DIV1; in timer_init()
90 stm32_device->tim_handler.Init.ClockDivision = TIM_CLOCKDIVISION_DIV1; in pulse_encoder_init()
378 tim->Init.ClockDivision = TIM_CLOCKDIVISION_DIV1; in stm32_hw_pwm_init()
411 tim->Init.ClockDivision = TIM_CLOCKDIVISION_DIV1; in timer_init()
94 htim3.Init.ClockDivision = TIM_CLOCKDIVISION_DIV1; in matrix_init()
389 htim1.Init.ClockDivision = TIM_CLOCKDIVISION_DIV1; in MX_TIM1_Init()
231 #define TIM_CLOCKDIVISION_DIV1 0x00000000U /*!< Clock division… macro
247 #define TIM_CLOCKDIVISION_DIV1 0x00000000U /*!< Clock division… macro
531 TIMHandle.Init.ClockDivision = TIM_CLOCKDIVISION_DIV1; in ov5640_set_xclk_frequency()
458 #define TIM_CLOCKDIVISION_DIV1 0x00000000U /*!< Clock division… macro1348 #define IS_TIM_CLOCKDIVISION_DIV(__DIV__) (((__DIV__) == TIM_CLOCKDIVISION_DIV1) || \
Completed in 44 milliseconds