Home
last modified time | relevance | path

Searched refs:cmierflags (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dcmipp.c967 uint32_t cmierflags = READ_REG(hdcmipp->Instance->CMIER); in HAL_DCMIPP_IRQHandler() local
973 if ((cmierflags & DCMIPP_IT_PIPE0_LIMIT) != 0U) in HAL_DCMIPP_IRQHandler()
996 if ((cmierflags & DCMIPP_IT_PIPE0_VSYNC) != 0U) in HAL_DCMIPP_IRQHandler()
1013 if ((cmierflags & DCMIPP_IT_PIPE0_FRAME) != 0U) in HAL_DCMIPP_IRQHandler()
1039 if ((cmierflags & DCMIPP_IT_PIPE0_LINE) != 0U) in HAL_DCMIPP_IRQHandler()
1056 if ((cmierflags & DCMIPP_IT_PIPE0_OVR) != 0U) in HAL_DCMIPP_IRQHandler()
1083 if ((cmierflags & DCMIPP_IT_PARALLEL_SYNC_ERROR) != 0U) in HAL_DCMIPP_IRQHandler()
1109 if ((cmierflags & DCMIPP_IT_AXI_TRANSFER_ERROR) != 0U) in HAL_DCMIPP_IRQHandler()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c2134 uint32_t cmierflags = READ_REG(hdcmipp->Instance->CMIER); in HAL_DCMIPP_IRQHandler() local
2140 if ((cmierflags & DCMIPP_IT_PIPE0_LIMIT) != 0U) in HAL_DCMIPP_IRQHandler()
2163 if ((cmierflags & DCMIPP_IT_PIPE0_VSYNC) != 0U) in HAL_DCMIPP_IRQHandler()
2180 if ((cmierflags & DCMIPP_IT_PIPE0_FRAME) != 0U) in HAL_DCMIPP_IRQHandler()
2206 if ((cmierflags & DCMIPP_IT_PIPE0_LINE) != 0U) in HAL_DCMIPP_IRQHandler()
2223 if ((cmierflags & DCMIPP_IT_PIPE0_OVR) != 0U) in HAL_DCMIPP_IRQHandler()
2249 if ((cmierflags & DCMIPP_FLAG_PIPE1_LINE) != 0U) in HAL_DCMIPP_IRQHandler()
2266 if ((cmierflags & DCMIPP_IT_PIPE1_VSYNC) != 0U) in HAL_DCMIPP_IRQHandler()
2282 if ((cmierflags & DCMIPP_IT_PIPE1_FRAME) != 0U) in HAL_DCMIPP_IRQHandler()
2308 if ((cmierflags & DCMIPP_IT_PIPE1_OVR) != 0U) in HAL_DCMIPP_IRQHandler()
[all …]