Home
last modified time | relevance | path

Searched refs:pWatchdogConfig (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_gfxtim.c1640 … 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()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_gfxtim.c1640 … 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()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gfxtim.c1640 … 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()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_gfxtim.h888 … const GFXTIM_WatchdogConfigTypeDef *pWatchdogConfig);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_gfxtim.h888 … const GFXTIM_WatchdogConfigTypeDef *pWatchdogConfig);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_gfxtim.h888 … const GFXTIM_WatchdogConfigTypeDef *pWatchdogConfig);