Lines Matching refs:RelativeTimer
1114 uint32_t RelativeTimer) in HAL_GFXTIM_RelativeTimer_Config() argument
1129 assert_param(IS_GFXTIM_RELATIVE_TIMER(RelativeTimer)); in HAL_GFXTIM_RelativeTimer_Config()
1133 if (RelativeTimer == GFXTIM_RELATIVE_TIMER1) in HAL_GFXTIM_RelativeTimer_Config()
1178 …StatusTypeDef HAL_GFXTIM_RelativeTimer_Start(GFXTIM_HandleTypeDef *hgfxtim, uint32_t RelativeTimer) in HAL_GFXTIM_RelativeTimer_Start() argument
1190 assert_param(IS_GFXTIM_RELATIVE_TIMER(RelativeTimer)); in HAL_GFXTIM_RelativeTimer_Start()
1194 if (RelativeTimer == GFXTIM_RELATIVE_TIMER1) in HAL_GFXTIM_RelativeTimer_Start()
1221 …_StatusTypeDef HAL_GFXTIM_RelativeTimer_Stop(GFXTIM_HandleTypeDef *hgfxtim, uint32_t RelativeTimer) in HAL_GFXTIM_RelativeTimer_Stop() argument
1233 assert_param(IS_GFXTIM_RELATIVE_TIMER(RelativeTimer)); in HAL_GFXTIM_RelativeTimer_Stop()
1237 if (RelativeTimer == GFXTIM_RELATIVE_TIMER1) in HAL_GFXTIM_RelativeTimer_Stop()
1265 …TypeDef HAL_GFXTIM_RelativeTimer_ForceReload(GFXTIM_HandleTypeDef *hgfxtim, uint32_t RelativeTimer) in HAL_GFXTIM_RelativeTimer_ForceReload() argument
1277 assert_param(IS_GFXTIM_RELATIVE_TIMER(RelativeTimer)); in HAL_GFXTIM_RelativeTimer_ForceReload()
1281 if (RelativeTimer == GFXTIM_RELATIVE_TIMER1) in HAL_GFXTIM_RelativeTimer_ForceReload()
1311 …usTypeDef HAL_GFXTIM_RelativeTimer_SetReload(GFXTIM_HandleTypeDef *hgfxtim, uint32_t RelativeTimer, in HAL_GFXTIM_RelativeTimer_SetReload() argument
1325 assert_param(IS_GFXTIM_RELATIVE_TIMER(RelativeTimer)); in HAL_GFXTIM_RelativeTimer_SetReload()
1329 if (RelativeTimer == GFXTIM_RELATIVE_TIMER1) in HAL_GFXTIM_RelativeTimer_SetReload()
1357 …ef HAL_GFXTIM_RelativeTimer_GetCounter(const GFXTIM_HandleTypeDef *hgfxtim, uint32_t RelativeTimer, in HAL_GFXTIM_RelativeTimer_GetCounter() argument
1370 assert_param(IS_GFXTIM_RELATIVE_TIMER(RelativeTimer)); in HAL_GFXTIM_RelativeTimer_GetCounter()
1374 if (RelativeTimer == GFXTIM_RELATIVE_TIMER1) in HAL_GFXTIM_RelativeTimer_GetCounter()