Searched refs:Period (Results 1 – 8 of 8) sorted by relevance
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/ |
A D | stm32f7xx_hal_lptim.c | 406 assert_param(IS_LPTIM_PERIOD(Period)); in HAL_LPTIM_PWM_Start() 470 assert_param(IS_LPTIM_PERIOD(Period)); in HAL_LPTIM_PWM_Start_IT() 570 assert_param(IS_LPTIM_PERIOD(Period)); in HAL_LPTIM_OnePulse_Start() 634 assert_param(IS_LPTIM_PERIOD(Period)); in HAL_LPTIM_OnePulse_Start_IT() 734 assert_param(IS_LPTIM_PERIOD(Period)); in HAL_LPTIM_SetOnce_Start() 798 assert_param(IS_LPTIM_PERIOD(Period)); in HAL_LPTIM_SetOnce_Start_IT() 898 assert_param(IS_LPTIM_PERIOD(Period)); in HAL_LPTIM_Encoder_Start() 976 assert_param(IS_LPTIM_PERIOD(Period)); in HAL_LPTIM_Encoder_Start_IT() 1069 assert_param(IS_LPTIM_PERIOD(Period)); in HAL_LPTIM_TimeOut_Start() 1138 assert_param(IS_LPTIM_PERIOD(Period)); in HAL_LPTIM_TimeOut_Start_IT() [all …]
|
A D | stm32f7xx_hal_tim.c | 4378 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_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 HAL_StatusTypeDef HAL_LPTIM_PWM_Start_IT(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pul… 465 HAL_StatusTypeDef HAL_LPTIM_OnePulse_Start(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t P… 468 HAL_StatusTypeDef HAL_LPTIM_OnePulse_Start_IT(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_… 473 HAL_StatusTypeDef HAL_LPTIM_SetOnce_Start(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pu… 476 HAL_StatusTypeDef HAL_LPTIM_SetOnce_Start_IT(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t… 481 HAL_StatusTypeDef HAL_LPTIM_Encoder_Start(LPTIM_HandleTypeDef *hlptim, uint32_t Period); 484 HAL_StatusTypeDef HAL_LPTIM_Encoder_Start_IT(LPTIM_HandleTypeDef *hlptim, uint32_t Period); 489 HAL_StatusTypeDef HAL_LPTIM_TimeOut_Start(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Ti… 497 HAL_StatusTypeDef HAL_LPTIM_Counter_Start(LPTIM_HandleTypeDef *hlptim, uint32_t Period); [all …]
|
A D | stm32f7xx_hal_tim.h | 72 uint32_t Period; /*!< Specifies the period value to be loaded into the active member 952 (__HANDLE__)->Init.Period = (__AUTORELOAD__); \
|
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/ |
A D | stm32f0xx_hal_timebase_tim_template.c | 114 TimHandle.Init.Period = (1000000U / 1000U) - 1U; in HAL_InitTick()
|
A D | stm32f0xx_hal_tim.c | 4699 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
|
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/ |
A D | stm32f0xx_hal_tim.h | 70 uint32_t Period; /*!< Specifies the period value to be loaded into the active member 1430 (__HANDLE__)->Init.Period = (__AUTORELOAD__); \
|
A D | stm32f0xx_ll_rtc.h | 2704 __STATIC_INLINE void LL_RTC_CAL_SetPeriod(RTC_TypeDef *RTCx, uint32_t Period) in LL_RTC_CAL_SetPeriod() argument 2706 MODIFY_REG(RTCx->CALR, RTC_CALR_CALW8 | RTC_CALR_CALW16, Period); in LL_RTC_CAL_SetPeriod()
|
Completed in 55 milliseconds