Home
last modified time | relevance | path

Searched refs:AutoReloadValue (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_gfxtim.c1126 assert_param(IS_GFXTIM_RELATIVE_FRAME_VALUE(pRelativeTimerConfig->AutoReloadValue)); in HAL_GFXTIM_RelativeTimer_Config()
1137 pRelativeTimerConfig->AutoReloadValue << GFXTIM_RFC1RR_FRAME_Pos); in HAL_GFXTIM_RelativeTimer_Config()
1151 pRelativeTimerConfig->AutoReloadValue << GFXTIM_RFC2RR_FRAME_Pos); in HAL_GFXTIM_RelativeTimer_Config()
1655 assert_param(IS_GFXTIM_WATCHDOG_VALUE(pWatchdogConfig->AutoReloadValue)); in HAL_GFXTIM_WatchdogTimer_Config()
1666 (pWatchdogConfig->AutoReloadValue << GFXTIM_WDGRR_RELOAD_Pos)); in HAL_GFXTIM_WatchdogTimer_Config()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_gfxtim.c1126 assert_param(IS_GFXTIM_RELATIVE_FRAME_VALUE(pRelativeTimerConfig->AutoReloadValue)); in HAL_GFXTIM_RelativeTimer_Config()
1137 pRelativeTimerConfig->AutoReloadValue << GFXTIM_RFC1RR_FRAME_Pos); in HAL_GFXTIM_RelativeTimer_Config()
1151 pRelativeTimerConfig->AutoReloadValue << GFXTIM_RFC2RR_FRAME_Pos); in HAL_GFXTIM_RelativeTimer_Config()
1655 assert_param(IS_GFXTIM_WATCHDOG_VALUE(pWatchdogConfig->AutoReloadValue)); in HAL_GFXTIM_WatchdogTimer_Config()
1666 (pWatchdogConfig->AutoReloadValue << GFXTIM_WDGRR_RELOAD_Pos)); in HAL_GFXTIM_WatchdogTimer_Config()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gfxtim.c1126 assert_param(IS_GFXTIM_RELATIVE_FRAME_VALUE(pRelativeTimerConfig->AutoReloadValue)); in HAL_GFXTIM_RelativeTimer_Config()
1137 pRelativeTimerConfig->AutoReloadValue << GFXTIM_RFC1RR_FRAME_Pos); in HAL_GFXTIM_RelativeTimer_Config()
1151 pRelativeTimerConfig->AutoReloadValue << GFXTIM_RFC2RR_FRAME_Pos); in HAL_GFXTIM_RelativeTimer_Config()
1655 assert_param(IS_GFXTIM_WATCHDOG_VALUE(pWatchdogConfig->AutoReloadValue)); in HAL_GFXTIM_WatchdogTimer_Config()
1666 (pWatchdogConfig->AutoReloadValue << GFXTIM_WDGRR_RELOAD_Pos)); in HAL_GFXTIM_WatchdogTimer_Config()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rcc_ex.c1421 assert_param(IS_RCC_AUDIOSYNC_AUTORELOAD(pConf->AutoReloadValue)); in HAL_RCCEx_SetConfigAudioSync()
1429 RCC->ASARR = ((pConf->AutoReloadValue) << RCC_ASARR_AR_Pos); in HAL_RCCEx_SetConfigAudioSync()
1461 pConf->AutoReloadValue = ((RCC->ASARR & RCC_ASCAR_CA) >> RCC_ASCAR_CA_Pos); in HAL_RCCEx_GetConfigAudioSync()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_gfxtim.h217 uint32_t AutoReloadValue; /*!< Auto reload value (12 bits) member
250 uint32_t AutoReloadValue; /*!< Reload value (16 bits) member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_gfxtim.h217 uint32_t AutoReloadValue; /*!< Auto reload value (12 bits) member
250 uint32_t AutoReloadValue; /*!< Reload value (16 bits) member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_gfxtim.h217 uint32_t AutoReloadValue; /*!< Auto reload value (12 bits) member
250 uint32_t AutoReloadValue; /*!< Reload value (16 bits) member
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rcc_ex.h143 uint32_t AutoReloadValue; /*!< Auto-reload value. member