Searched refs:pWatchdogConfig (Results 1 – 6 of 6) sorted by relevance
1640 … const GFXTIM_WatchdogConfigTypeDef *pWatchdogConfig) in HAL_GFXTIM_WatchdogTimer_Config() argument1644 if ((hgfxtim == NULL) || (pWatchdogConfig == NULL)) in HAL_GFXTIM_WatchdogTimer_Config()1652 assert_param(IS_GFXTIM_WATCHDOG_CLOCK_SRC(pWatchdogConfig->ClockSrc)); in HAL_GFXTIM_WatchdogTimer_Config()1653 assert_param(IS_GFXTIM_WATCHDOG_HW_RELOAD_CONFIG(pWatchdogConfig->HwReloadConfig)); in HAL_GFXTIM_WatchdogTimer_Config()1655 assert_param(IS_GFXTIM_WATCHDOG_VALUE(pWatchdogConfig->AutoReloadValue)); in HAL_GFXTIM_WatchdogTimer_Config()1656 assert_param(IS_GFXTIM_WATCHDOG_VALUE(pWatchdogConfig->PreAlarmValue)); in HAL_GFXTIM_WatchdogTimer_Config()1658 assert_param(IS_GFXTIM_INTERRUPT(pWatchdogConfig->AlarmInterrupt)); in HAL_GFXTIM_WatchdogTimer_Config()1659 assert_param(IS_GFXTIM_INTERRUPT(pWatchdogConfig->PreAlarmInterrupt)); in HAL_GFXTIM_WatchdogTimer_Config()1666 (pWatchdogConfig->AutoReloadValue << GFXTIM_WDGRR_RELOAD_Pos)); in HAL_GFXTIM_WatchdogTimer_Config()1670 pWatchdogConfig->PreAlarmValue << GFXTIM_WDGPAR_PREALARM_Pos); in HAL_GFXTIM_WatchdogTimer_Config()[all …]
888 … const GFXTIM_WatchdogConfigTypeDef *pWatchdogConfig);