Searched refs:pRelativeTimerConfig (Results 1 – 6 of 6) sorted by relevance
1113 … const GFXTIM_RelativeTimerConfigTypeDef *pRelativeTimerConfig, in HAL_GFXTIM_RelativeTimer_Config() argument1118 if ((hgfxtim == NULL) || (pRelativeTimerConfig == NULL)) in HAL_GFXTIM_RelativeTimer_Config()1126 assert_param(IS_GFXTIM_RELATIVE_FRAME_VALUE(pRelativeTimerConfig->AutoReloadValue)); in HAL_GFXTIM_RelativeTimer_Config()1127 assert_param(IS_GFXTIM_RELATIVE_FRAME_VALUE(pRelativeTimerConfig->CounterMode)); in HAL_GFXTIM_RelativeTimer_Config()1128 assert_param(IS_GFXTIM_INTERRUPT(pRelativeTimerConfig->ReloadInterrupt)); in HAL_GFXTIM_RelativeTimer_Config()1137 pRelativeTimerConfig->AutoReloadValue << GFXTIM_RFC1RR_FRAME_Pos); in HAL_GFXTIM_RelativeTimer_Config()1141 (pRelativeTimerConfig->CounterMode << GFXTIM_TCR_RFC1CM_Pos)); in HAL_GFXTIM_RelativeTimer_Config()1145 (pRelativeTimerConfig->ReloadInterrupt << GFXTIM_IER_RFC1RIE_Pos)); in HAL_GFXTIM_RelativeTimer_Config()1151 pRelativeTimerConfig->AutoReloadValue << GFXTIM_RFC2RR_FRAME_Pos); in HAL_GFXTIM_RelativeTimer_Config()1155 (pRelativeTimerConfig->CounterMode << GFXTIM_TCR_RFC2CM_Pos)); in HAL_GFXTIM_RelativeTimer_Config()[all …]
852 … const GFXTIM_RelativeTimerConfigTypeDef *pRelativeTimerConfig,