Home
last modified time | relevance | path

Searched refs:DCMIPP_FLAG_AXI_TRANSFER_ERROR (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dcmipp.c1107 if ((cmsr2flags & DCMIPP_FLAG_AXI_TRANSFER_ERROR) != 0U) in HAL_DCMIPP_IRQHandler()
1118 __HAL_DCMIPP_CLEAR_FLAG(hdcmipp, DCMIPP_FLAG_AXI_TRANSFER_ERROR); in HAL_DCMIPP_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_dcmipp.h521 #define DCMIPP_FLAG_AXI_TRANSFER_ERROR DCMIPP_CMSR2_ATXERRF /*!< IPPLUG AXI Transfer error interru… macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h1278 #define DCMIPP_FLAG_AXI_TRANSFER_ERROR DCMIPP_CMSR2_ATXERRF /*!< IPPLUG AXI Transfer error interru… macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c2442 if ((cmsr2flags & DCMIPP_FLAG_AXI_TRANSFER_ERROR) != 0U) in HAL_DCMIPP_IRQHandler()
2453 __HAL_DCMIPP_CLEAR_FLAG(hdcmipp, DCMIPP_FLAG_AXI_TRANSFER_ERROR); in HAL_DCMIPP_IRQHandler()