Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_gfxtim.c1113 … 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()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_gfxtim.c1113 … 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()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gfxtim.c1113 … 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()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_gfxtim.h852 … const GFXTIM_RelativeTimerConfigTypeDef *pRelativeTimerConfig,
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_gfxtim.h852 … const GFXTIM_RelativeTimerConfigTypeDef *pRelativeTimerConfig,
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_gfxtim.h852 … const GFXTIM_RelativeTimerConfigTypeDef *pRelativeTimerConfig,