Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_gpu2d.c620 if ((isr_flags & GPU2D_FLAG_CLC) != 0U) in HAL_GPU2D_IRQHandler()
625 __HAL_GPU2D_CLEAR_FLAG(hgpu2d, GPU2D_FLAG_CLC); in HAL_GPU2D_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_gpu2d.c620 if ((isr_flags & GPU2D_FLAG_CLC) != 0U) in HAL_GPU2D_IRQHandler()
625 __HAL_GPU2D_CLEAR_FLAG(hgpu2d, GPU2D_FLAG_CLC); in HAL_GPU2D_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gpu2d.c618 if ((isr_flags & GPU2D_FLAG_CLC) != 0U) in HAL_GPU2D_IRQHandler()
623 __HAL_GPU2D_CLEAR_FLAG(hgpu2d, GPU2D_FLAG_CLC); in HAL_GPU2D_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_gpu2d.h140 #define GPU2D_FLAG_CLC 0x00000001U /*!< Command List Complete Interr… macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_gpu2d.h140 #define GPU2D_FLAG_CLC 0x00000001U /*!< Command List Complete Interr… macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_gpu2d.h140 #define GPU2D_FLAG_CLC 0x00000001U /*!< Command List Complete Interr… macro