Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_gfxtim.c224 hgfxtim->State = HAL_GFXTIM_STATE_READY; in HAL_GFXTIM_Init()
246 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_DeInit()
340 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_RegisterCallback()
466 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_UnRegisterCallback()
606 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_ClockGenerator_Config()
664 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_ClockGenerator_Reload()
746 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_AbsoluteTimer_Config()
806 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_AbsoluteTimer_Start()
839 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_AbsoluteTimer_Stop()
872 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_AbsoluteTimer_Reset()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_gfxtim.c224 hgfxtim->State = HAL_GFXTIM_STATE_READY; in HAL_GFXTIM_Init()
246 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_DeInit()
340 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_RegisterCallback()
466 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_UnRegisterCallback()
606 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_ClockGenerator_Config()
664 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_ClockGenerator_Reload()
746 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_AbsoluteTimer_Config()
806 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_AbsoluteTimer_Start()
839 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_AbsoluteTimer_Stop()
872 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_AbsoluteTimer_Reset()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gfxtim.c224 hgfxtim->State = HAL_GFXTIM_STATE_READY; in HAL_GFXTIM_Init()
246 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_DeInit()
340 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_RegisterCallback()
466 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_UnRegisterCallback()
606 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_ClockGenerator_Config()
664 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_ClockGenerator_Reload()
746 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_AbsoluteTimer_Config()
806 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_AbsoluteTimer_Start()
839 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_AbsoluteTimer_Stop()
872 if (hgfxtim->State == HAL_GFXTIM_STATE_READY) in HAL_GFXTIM_AbsoluteTimer_Reset()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_gfxtim.h51 HAL_GFXTIM_STATE_READY = 0x01U, /*!< GFXTIM initialized and ready for use */ enumerator
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_gfxtim.h51 HAL_GFXTIM_STATE_READY = 0x01U, /*!< GFXTIM initialized and ready for use */ enumerator
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_gfxtim.h51 HAL_GFXTIM_STATE_READY = 0x01U, /*!< GFXTIM initialized and ready for use */ enumerator