Searched refs:Pulse (Results 1 – 9 of 9) sorted by relevance
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/ |
A D | stm32f7xx_hal_lptim.c | 407 assert_param(IS_LPTIM_PULSE(Pulse)); in HAL_LPTIM_PWM_Start() 422 __HAL_LPTIM_COMPARE_SET(hlptim, Pulse); in HAL_LPTIM_PWM_Start() 471 assert_param(IS_LPTIM_PULSE(Pulse)); in HAL_LPTIM_PWM_Start_IT() 504 __HAL_LPTIM_COMPARE_SET(hlptim, Pulse); in HAL_LPTIM_PWM_Start_IT() 571 assert_param(IS_LPTIM_PULSE(Pulse)); in HAL_LPTIM_OnePulse_Start() 586 __HAL_LPTIM_COMPARE_SET(hlptim, Pulse); in HAL_LPTIM_OnePulse_Start() 635 assert_param(IS_LPTIM_PULSE(Pulse)); in HAL_LPTIM_OnePulse_Start_IT() 668 __HAL_LPTIM_COMPARE_SET(hlptim, Pulse); in HAL_LPTIM_OnePulse_Start_IT() 735 assert_param(IS_LPTIM_PULSE(Pulse)); in HAL_LPTIM_SetOnce_Start() 750 __HAL_LPTIM_COMPARE_SET(hlptim, Pulse); in HAL_LPTIM_SetOnce_Start() [all …]
|
A D | stm32f7xx_hal_tim_ex.c | 217 OC_Config.Pulse = sConfig->Commutation_Delay; in HAL_TIMEx_HallSensor_Init() 2301 TIMx->CCR5 = OC_Config->Pulse; in TIM_OC5_SetConfig() 2353 TIMx->CCR6 = OC_Config->Pulse; in TIM_OC6_SetConfig()
|
A D | stm32f7xx_hal_tim.c | 3047 temp1.Pulse = sConfig->Pulse; in HAL_TIM_OnePulse_ConfigChannel() 4451 TIMx->CCR1 = OC_Config->Pulse; in TIM_OC1_SetConfig() 4519 TIMx->CCR2 = OC_Config->Pulse; in TIM_OC2_SetConfig() 4586 TIMx->CCR3 = OC_Config->Pulse; in TIM_OC3_SetConfig() 4642 TIMx->CCR4 = OC_Config->Pulse; in TIM_OC4_SetConfig()
|
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/ |
A D | stm32f7xx_hal_lptim.h | 457 HAL_StatusTypeDef HAL_LPTIM_PWM_Start(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse); 460 …StatusTypeDef HAL_LPTIM_PWM_Start_IT(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse); 465 …atusTypeDef HAL_LPTIM_OnePulse_Start(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse); 468 …sTypeDef HAL_LPTIM_OnePulse_Start_IT(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse); 473 …tatusTypeDef HAL_LPTIM_SetOnce_Start(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse); 476 …usTypeDef HAL_LPTIM_SetOnce_Start_IT(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse);
|
A D | stm32f7xx_hal_tim.h | 97 …uint32_t Pulse; /*!< Specifies the pulse value to be loaded into the Capture Compare Regis… member 128 …uint32_t Pulse; /*!< Specifies the pulse value to be loaded into the Capture Compare Regis… member
|
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/ |
A D | stm32f0xx_hal_tim.c | 3213 temp1.Pulse = sConfig->Pulse; in HAL_TIM_OnePulse_ConfigChannel() 4783 TIMx->CCR1 = OC_Config->Pulse; in TIM_OC1_SetConfig() 4859 TIMx->CCR2 = OC_Config->Pulse; in TIM_OC2_SetConfig() 4933 TIMx->CCR3 = OC_Config->Pulse; in TIM_OC3_SetConfig() 4991 TIMx->CCR4 = OC_Config->Pulse; in TIM_OC4_SetConfig()
|
A D | stm32f0xx_hal_tim_ex.c | 217 OC_Config.Pulse = sConfig->Commutation_Delay; in HAL_TIMEx_HallSensor_Init()
|
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/ |
A D | stm32f0xx_hal_tim.h | 98 …uint32_t Pulse; /*!< Specifies the pulse value to be loaded into the Capture Compare Regis… member 130 …uint32_t Pulse; /*!< Specifies the pulse value to be loaded into the Capture Compare Regis… member
|
A D | stm32f0xx_ll_rtc.h | 2675 __STATIC_INLINE void LL_RTC_CAL_SetPulse(RTC_TypeDef *RTCx, uint32_t Pulse) in LL_RTC_CAL_SetPulse() argument 2677 MODIFY_REG(RTCx->CALR, RTC_CALR_CALP, Pulse); in LL_RTC_CAL_SetPulse()
|
Completed in 45 milliseconds