Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_gpu2d.c617 uint32_t isr_flags = GPU2D_ReadReg(hgpu2d->Instance, GPU2D_ITCTRL); in HAL_GPU2D_IRQHandler() local
620 if ((isr_flags & GPU2D_FLAG_CLC) != 0U) in HAL_GPU2D_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_gpu2d.c617 uint32_t isr_flags = GPU2D_ReadReg(hgpu2d->Instance, GPU2D_ITCTRL); in HAL_GPU2D_IRQHandler() local
620 if ((isr_flags & GPU2D_FLAG_CLC) != 0U) in HAL_GPU2D_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gpu2d.c615 uint32_t isr_flags = GPU2D_ReadReg(hgpu2d->Instance, GPU2D_ITCTRL); in HAL_GPU2D_IRQHandler() local
618 if ((isr_flags & GPU2D_FLAG_CLC) != 0U) in HAL_GPU2D_IRQHandler()