Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_gpu2d.c205 hgpu2d->CommandListCpltCallback = HAL_GPU2D_CommandListCpltCallback; in HAL_GPU2D_Init()
227 hgpu2d->CommandListCpltCallback = NULL; in HAL_GPU2D_Init()
281 hgpu2d->CommandListCpltCallback = NULL; in HAL_GPU2D_DeInit()
486 hgpu2d->CommandListCpltCallback = pCallback; in HAL_GPU2D_RegisterCommandListCpltCallback()
523 hgpu2d->CommandListCpltCallback = NULL; /* Invalidate the Callback pointer */ in HAL_GPU2D_UnRegisterCommandListCpltCallback()
631 if (hgpu2d->CommandListCpltCallback != NULL) in HAL_GPU2D_IRQHandler()
633 hgpu2d->CommandListCpltCallback(hgpu2d, last_cl_id); in HAL_GPU2D_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_gpu2d.c205 hgpu2d->CommandListCpltCallback = HAL_GPU2D_CommandListCpltCallback; in HAL_GPU2D_Init()
227 hgpu2d->CommandListCpltCallback = NULL; in HAL_GPU2D_Init()
281 hgpu2d->CommandListCpltCallback = NULL; in HAL_GPU2D_DeInit()
486 hgpu2d->CommandListCpltCallback = pCallback; in HAL_GPU2D_RegisterCommandListCpltCallback()
523 hgpu2d->CommandListCpltCallback = NULL; /* Invalidate the Callback pointer */ in HAL_GPU2D_UnRegisterCommandListCpltCallback()
631 if (hgpu2d->CommandListCpltCallback != NULL) in HAL_GPU2D_IRQHandler()
633 hgpu2d->CommandListCpltCallback(hgpu2d, last_cl_id); in HAL_GPU2D_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gpu2d.c203 hgpu2d->CommandListCpltCallback = HAL_GPU2D_CommandListCpltCallback; in HAL_GPU2D_Init()
225 hgpu2d->CommandListCpltCallback = NULL; in HAL_GPU2D_Init()
279 hgpu2d->CommandListCpltCallback = NULL; in HAL_GPU2D_DeInit()
484 hgpu2d->CommandListCpltCallback = pCallback; in HAL_GPU2D_RegisterCommandListCpltCallback()
521 hgpu2d->CommandListCpltCallback = NULL; /* Invalidate the Callback pointer */ in HAL_GPU2D_UnRegisterCommandListCpltCallback()
629 if (hgpu2d->CommandListCpltCallback != NULL) in HAL_GPU2D_IRQHandler()
631 hgpu2d->CommandListCpltCallback(hgpu2d, last_cl_id); in HAL_GPU2D_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_gpu2d.h80 …void (* CommandListCpltCallback)(struct __GPU2D_HandleTypeDef *hgpu2d, uint32_t CmdListID); /*!< G… member
163 … (__HANDLE__)->CommandListCpltCallback = NULL; \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_gpu2d.h80 …void (* CommandListCpltCallback)(struct __GPU2D_HandleTypeDef *hgpu2d, uint32_t CmdListID); /*!< G… member
163 … (__HANDLE__)->CommandListCpltCallback = NULL; \
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_gpu2d.h80 …void (* CommandListCpltCallback)(struct __GPU2D_HandleTypeDef *hgpu2d, uint32_t CmdListID); /*!< G… member
163 … (__HANDLE__)->CommandListCpltCallback = NULL; \