Lines Matching refs:pRelativeTimerConfig
1113 … const GFXTIM_RelativeTimerConfigTypeDef *pRelativeTimerConfig, in HAL_GFXTIM_RelativeTimer_Config() argument
1118 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()
1159 (pRelativeTimerConfig->ReloadInterrupt << GFXTIM_IER_RFC2RIE_Pos)); in HAL_GFXTIM_RelativeTimer_Config()