Home
last modified time | relevance | path

Searched refs:Pulse (Results 1 – 14 of 14) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_lptim.c354 HAL_StatusTypeDef HAL_LPTIM_PWM_Start(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse) in HAL_LPTIM_PWM_Start() argument
359 assert_param(IS_LPTIM_PULSE(Pulse)); in HAL_LPTIM_PWM_Start()
374 __HAL_LPTIM_COMPARE_SET(hlptim, Pulse); in HAL_LPTIM_PWM_Start()
418 …_StatusTypeDef HAL_LPTIM_PWM_Start_IT(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse) in HAL_LPTIM_PWM_Start_IT() argument
423 assert_param(IS_LPTIM_PULSE(Pulse)); in HAL_LPTIM_PWM_Start_IT()
457 __HAL_LPTIM_COMPARE_SET(hlptim, Pulse); in HAL_LPTIM_PWM_Start_IT()
520 …tatusTypeDef HAL_LPTIM_OnePulse_Start(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse) in HAL_LPTIM_OnePulse_Start() argument
525 assert_param(IS_LPTIM_PULSE(Pulse)); in HAL_LPTIM_OnePulse_Start()
540 __HAL_LPTIM_COMPARE_SET(hlptim, Pulse); in HAL_LPTIM_OnePulse_Start()
584 …usTypeDef HAL_LPTIM_OnePulse_Start_IT(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse) in HAL_LPTIM_OnePulse_Start_IT() argument
[all …]
Dstm32l0xx_hal_tim.c3107 temp1.Pulse = sConfig->Pulse; in HAL_TIM_OnePulse_ConfigChannel()
4458 TIMx->CCR1 = OC_Config->Pulse; in TIM_OC1_SetConfig()
4506 TIMx->CCR2 = OC_Config->Pulse; in TIM_OC2_SetConfig()
4553 TIMx->CCR3 = OC_Config->Pulse; in TIM_OC3_SetConfig()
4601 TIMx->CCR4 = OC_Config->Pulse; in TIM_OC4_SetConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_lptim.c458 HAL_StatusTypeDef HAL_LPTIM_PWM_Start(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse) in HAL_LPTIM_PWM_Start() argument
463 assert_param(IS_LPTIM_PULSE(Pulse)); in HAL_LPTIM_PWM_Start()
478 __HAL_LPTIM_COMPARE_SET(hlptim, Pulse); in HAL_LPTIM_PWM_Start()
530 …_StatusTypeDef HAL_LPTIM_PWM_Start_IT(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse) in HAL_LPTIM_PWM_Start_IT() argument
535 assert_param(IS_LPTIM_PULSE(Pulse)); in HAL_LPTIM_PWM_Start_IT()
577 __HAL_LPTIM_COMPARE_SET(hlptim, Pulse); in HAL_LPTIM_PWM_Start_IT()
656 …tatusTypeDef HAL_LPTIM_OnePulse_Start(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse) in HAL_LPTIM_OnePulse_Start() argument
661 assert_param(IS_LPTIM_PULSE(Pulse)); in HAL_LPTIM_OnePulse_Start()
676 __HAL_LPTIM_COMPARE_SET(hlptim, Pulse); in HAL_LPTIM_OnePulse_Start()
728 …usTypeDef HAL_LPTIM_OnePulse_Start_IT(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse) in HAL_LPTIM_OnePulse_Start_IT() argument
[all …]
Dstm32l4xx_hal_tim.c3692 temp1.Pulse = sConfig->Pulse; in HAL_TIM_OnePulse_ConfigChannel()
5709 TIMx->CCR1 = OC_Config->Pulse; in TIM_OC1_SetConfig()
5785 TIMx->CCR2 = OC_Config->Pulse; in TIM_OC2_SetConfig()
5859 TIMx->CCR3 = OC_Config->Pulse; in TIM_OC3_SetConfig()
5919 TIMx->CCR4 = OC_Config->Pulse; in TIM_OC4_SetConfig()
5972 TIMx->CCR5 = OC_Config->Pulse; in TIM_OC5_SetConfig()
6026 TIMx->CCR6 = OC_Config->Pulse; in TIM_OC6_SetConfig()
Dstm32l4xx_hal_tim_ex.c220 OC_Config.Pulse = sConfig->Commutation_Delay; in HAL_TIMEx_HallSensor_Init()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_lptim.h634 HAL_StatusTypeDef HAL_LPTIM_PWM_Start(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse);
637 …StatusTypeDef HAL_LPTIM_PWM_Start_IT(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse);
642 …atusTypeDef HAL_LPTIM_OnePulse_Start(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse);
645 …sTypeDef HAL_LPTIM_OnePulse_Start_IT(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse);
650 …tatusTypeDef HAL_LPTIM_SetOnce_Start(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse);
653 …usTypeDef HAL_LPTIM_SetOnce_Start_IT(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse);
Dstm32l0xx_hal_tim.h99 …uint32_t Pulse; /*!< Specifies the pulse value to be loaded into the Capture Compare Regis… member
125 …uint32_t Pulse; /*!< Specifies the pulse value to be loaded into the Capture Compare Regis… member
Dstm32l0xx_ll_rtc.h3136 __STATIC_INLINE void LL_RTC_CAL_SetPulse(RTC_TypeDef *RTCx, uint32_t Pulse) in LL_RTC_CAL_SetPulse() argument
3138 MODIFY_REG(RTCx->CALR, RTC_CALR_CALP, Pulse); in LL_RTC_CAL_SetPulse()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_lptim.h589 HAL_StatusTypeDef HAL_LPTIM_PWM_Start(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse);
592 …StatusTypeDef HAL_LPTIM_PWM_Start_IT(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse);
597 …atusTypeDef HAL_LPTIM_OnePulse_Start(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse);
600 …sTypeDef HAL_LPTIM_OnePulse_Start_IT(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse);
605 …tatusTypeDef HAL_LPTIM_SetOnce_Start(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse);
608 …usTypeDef HAL_LPTIM_SetOnce_Start_IT(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse);
Dstm32l4xx_hal_tim.h99 …uint32_t Pulse; /*!< Specifies the pulse value to be loaded into the Capture Compare Regis… member
131 …uint32_t Pulse; /*!< Specifies the pulse value to be loaded into the Capture Compare Regis… member
Dstm32l4xx_ll_rtc.h3049 __STATIC_INLINE void LL_RTC_CAL_SetPulse(RTC_TypeDef *RTCx, uint32_t Pulse) in LL_RTC_CAL_SetPulse() argument
3051 MODIFY_REG(RTCx->CALR, RTC_CALR_CALP, Pulse); in LL_RTC_CAL_SetPulse()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_tim.c3119 temp1.Pulse = sConfig->Pulse; in HAL_TIM_OnePulse_ConfigChannel()
4528 TIMx->CCR1 = OC_Config->Pulse; in TIM_OC1_SetConfig()
4576 TIMx->CCR2 = OC_Config->Pulse; in TIM_OC2_SetConfig()
4623 TIMx->CCR3 = OC_Config->Pulse; in TIM_OC3_SetConfig()
4671 TIMx->CCR4 = OC_Config->Pulse; in TIM_OC4_SetConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_tim.h87 …uint32_t Pulse; /*!< Specifies the pulse value to be loaded into the Capture Compare Regis… member
109 …uint32_t Pulse; /*!< Specifies the pulse value to be loaded into the Capture Compare Regis… member
Dstm32l1xx_ll_rtc.h3199 __STATIC_INLINE void LL_RTC_CAL_SetPulse(RTC_TypeDef *RTCx, uint32_t Pulse) in LL_RTC_CAL_SetPulse() argument
3201 MODIFY_REG(RTCx->CALR, RTC_CALR_CALP, Pulse); in LL_RTC_CAL_SetPulse()