Home
last modified time | relevance | path

Searched refs:IS_GFXTIM_ALL_INSTANCE (Results 1 – 15 of 15) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_gfxtim.c176 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_Init()
244 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_DeInit()
594 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_ClockGenerator_Config()
660 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_ClockGenerator_Reload()
734 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_AbsoluteTimer_Config()
804 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_AbsoluteTimer_Start()
837 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_AbsoluteTimer_Stop()
870 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_AbsoluteTimer_Reset()
907 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_AbsoluteTimer_GetCounter()
952 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_AbsoluteTimer_SetFrameCompare()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_gfxtim.c176 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_Init()
244 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_DeInit()
594 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_ClockGenerator_Config()
660 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_ClockGenerator_Reload()
734 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_AbsoluteTimer_Config()
804 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_AbsoluteTimer_Start()
837 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_AbsoluteTimer_Stop()
870 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_AbsoluteTimer_Reset()
907 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_AbsoluteTimer_GetCounter()
952 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_AbsoluteTimer_SetFrameCompare()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gfxtim.c176 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_Init()
244 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_DeInit()
594 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_ClockGenerator_Config()
660 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_ClockGenerator_Reload()
734 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_AbsoluteTimer_Config()
804 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_AbsoluteTimer_Start()
837 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_AbsoluteTimer_Stop()
870 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_AbsoluteTimer_Reset()
907 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_AbsoluteTimer_GetCounter()
952 assert_param(IS_GFXTIM_ALL_INSTANCE(hgfxtim->Instance)); in HAL_GFXTIM_AbsoluteTimer_SetFrameCompare()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/soc/
Dstm32n645xx.h39789 #define IS_GFXTIM_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GFXTIM_S) || ((INSTANCE) == GFXTIM_NS)) macro
40673 #define IS_GFXTIM_ALL_INSTANCE(INSTANCE) ((INSTANCE) == GFXTIM_NS) macro
Dstm32n657xx.h41431 #define IS_GFXTIM_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GFXTIM_S) || ((INSTANCE) == GFXTIM_NS)) macro
42323 #define IS_GFXTIM_ALL_INSTANCE(INSTANCE) ((INSTANCE) == GFXTIM_NS) macro
Dstm32n655xx.h41039 #define IS_GFXTIM_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GFXTIM_S) || ((INSTANCE) == GFXTIM_NS)) macro
41928 #define IS_GFXTIM_ALL_INSTANCE(INSTANCE) ((INSTANCE) == GFXTIM_NS) macro
Dstm32n647xx.h40181 #define IS_GFXTIM_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GFXTIM_S) || ((INSTANCE) == GFXTIM_NS)) macro
41068 #define IS_GFXTIM_ALL_INSTANCE(INSTANCE) ((INSTANCE) == GFXTIM_NS) macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h22742 #define IS_GFXTIM_ALL_INSTANCE(INSTANCE) ((INSTANCE) == GFXTIM) macro
Dstm32h7s7xx.h24057 #define IS_GFXTIM_ALL_INSTANCE(INSTANCE) ((INSTANCE) == GFXTIM) macro
Dstm32h7s3xx.h23625 #define IS_GFXTIM_ALL_INSTANCE(INSTANCE) ((INSTANCE) == GFXTIM) macro
Dstm32h7r7xx.h23172 #define IS_GFXTIM_ALL_INSTANCE(INSTANCE) ((INSTANCE) == GFXTIM) macro
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u5f7xx.h27266 #define IS_GFXTIM_ALL_INSTANCE(__INSTANCE__) (((__INSTANCE__) == GFXTIM_NS) || ((__INSTANCE__) == … macro
Dstm32u5g7xx.h28250 #define IS_GFXTIM_ALL_INSTANCE(__INSTANCE__) (((__INSTANCE__) == GFXTIM_NS) || ((__INSTANCE__) == … macro
Dstm32u5f9xx.h30422 #define IS_GFXTIM_ALL_INSTANCE(__INSTANCE__) (((__INSTANCE__) == GFXTIM_NS) || ((__INSTANCE__) == … macro
Dstm32u5g9xx.h31406 #define IS_GFXTIM_ALL_INSTANCE(__INSTANCE__) (((__INSTANCE__) == GFXTIM_NS) || ((__INSTANCE__) == … macro