Home
last modified time | relevance | path

Searched refs:last_cl_id (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_gpu2d.c622 uint32_t last_cl_id; in HAL_GPU2D_IRQHandler() local
627 last_cl_id = GPU2D_ReadReg(hgpu2d->Instance, GPU2D_CLID); in HAL_GPU2D_IRQHandler()
633 hgpu2d->CommandListCpltCallback(hgpu2d, last_cl_id); in HAL_GPU2D_IRQHandler()
636 HAL_GPU2D_CommandListCpltCallback(hgpu2d, last_cl_id); in HAL_GPU2D_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_gpu2d.c622 uint32_t last_cl_id; in HAL_GPU2D_IRQHandler() local
627 last_cl_id = GPU2D_ReadReg(hgpu2d->Instance, GPU2D_CLID); in HAL_GPU2D_IRQHandler()
633 hgpu2d->CommandListCpltCallback(hgpu2d, last_cl_id); in HAL_GPU2D_IRQHandler()
636 HAL_GPU2D_CommandListCpltCallback(hgpu2d, last_cl_id); in HAL_GPU2D_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gpu2d.c620 uint32_t last_cl_id; in HAL_GPU2D_IRQHandler() local
625 last_cl_id = GPU2D_ReadReg(hgpu2d->Instance, GPU2D_CLID); in HAL_GPU2D_IRQHandler()
631 hgpu2d->CommandListCpltCallback(hgpu2d, last_cl_id); in HAL_GPU2D_IRQHandler()
634 HAL_GPU2D_CommandListCpltCallback(hgpu2d, last_cl_id); in HAL_GPU2D_IRQHandler()