Lines Matching refs:pWatchdogConfig
1640 … const GFXTIM_WatchdogConfigTypeDef *pWatchdogConfig) in HAL_GFXTIM_WatchdogTimer_Config() argument
1644 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()
1674 (pWatchdogConfig->ClockSrc | pWatchdogConfig->HwReloadConfig)); in HAL_GFXTIM_WatchdogTimer_Config()
1679 ((pWatchdogConfig->AlarmInterrupt << GFXTIM_IER_WDGAIE_Pos) | \ in HAL_GFXTIM_WatchdogTimer_Config()
1680 (pWatchdogConfig->PreAlarmInterrupt << GFXTIM_IER_WDGPIE_Pos))); in HAL_GFXTIM_WatchdogTimer_Config()