Home
last modified time | relevance | path

Searched refs:HAL_DMA_ERROR_FE (Results 1 – 25 of 34) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_dma.c688 hdma->ErrorCode |= HAL_DMA_ERROR_FE; in HAL_DMA_PollForTransfer()
785 hdma->ErrorCode |= HAL_DMA_ERROR_FE; in HAL_DMA_IRQHandler()
Dstm32f2xx_hal_dcmi.c1211 if (hdcmi->DMA_Handle->ErrorCode != HAL_DMA_ERROR_FE) in DCMI_DMAError()
Dstm32f2xx_hal_mmc.c2566 if(HAL_DMA_GetError(hdma) != HAL_DMA_ERROR_FE) in MMC_DMAError()
Dstm32f2xx_hal_sd.c2497 if(HAL_DMA_GetError(hdma) != HAL_DMA_ERROR_FE) in SD_DMAError()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dma.c689 hdma->ErrorCode |= HAL_DMA_ERROR_FE; in HAL_DMA_PollForTransfer()
786 hdma->ErrorCode |= HAL_DMA_ERROR_FE; in HAL_DMA_IRQHandler()
Dstm32f7xx_hal_dcmi.c1239 if (hdcmi->DMA_Handle->ErrorCode != HAL_DMA_ERROR_FE) in DCMI_DMAError()
Dstm32f7xx_hal_qspi.c2564 if(HAL_DMA_GetError(hdma) != HAL_DMA_ERROR_FE) in QSPI_DMAError()
Dstm32f7xx_hal_mmc.c2567 if(HAL_DMA_GetError(hdma) != HAL_DMA_ERROR_FE) in MMC_DMAError()
Dstm32f7xx_hal_sd.c2502 if(HAL_DMA_GetError(hdma) != HAL_DMA_ERROR_FE) in SD_DMAError()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dma.c685 hdma->ErrorCode |= HAL_DMA_ERROR_FE; in HAL_DMA_PollForTransfer()
781 hdma->ErrorCode |= HAL_DMA_ERROR_FE; in HAL_DMA_IRQHandler()
Dstm32f4xx_hal_dcmi.c1128 if(hdcmi->DMA_Handle->ErrorCode != HAL_DMA_ERROR_FE) in DCMI_DMAError()
Dstm32f4xx_hal_qspi.c2639 if(HAL_DMA_GetError(hdma) != HAL_DMA_ERROR_FE) in QSPI_DMAError()
Dstm32f4xx_hal_mmc.c2615 if(HAL_DMA_GetError(hdma) != HAL_DMA_ERROR_FE) in MMC_DMAError()
Dstm32f4xx_hal_sd.c2563 if(HAL_DMA_GetError(hdma) != HAL_DMA_ERROR_FE) in SD_DMAError()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_dma.c802 hdma->ErrorCode |= HAL_DMA_ERROR_FE; in HAL_DMA_PollForTransfer()
953 hdma->ErrorCode |= HAL_DMA_ERROR_FE; in HAL_DMA_IRQHandler()
Dstm32mp1xx_hal_dcmi.c1155 if(hdcmi->DMA_Handle->ErrorCode != HAL_DMA_ERROR_FE) in DCMI_DMAError()
Dstm32mp1xx_hal_sai.c2800 if (HAL_DMA_GetError(hdma) != HAL_DMA_ERROR_FE) in SAI_DMAError()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dma.c1063 hdma->ErrorCode |= HAL_DMA_ERROR_FE; in HAL_DMA_PollForTransfer()
1248 hdma->ErrorCode |= HAL_DMA_ERROR_FE; in HAL_DMA_IRQHandler()
Dstm32h7xx_hal_dcmi.c1200 if (hdcmi->DMA_Handle->ErrorCode != HAL_DMA_ERROR_FE) in DCMI_DMAError()
Dstm32h7xx_hal_sai.c2867 if (HAL_DMA_GetError(hdma) != HAL_DMA_ERROR_FE) in SAI_DMAError()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_dma.h187 #define HAL_DMA_ERROR_FE 0x00000002U /*!< FIFO error … macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_dma.h187 #define HAL_DMA_ERROR_FE 0x00000002U /*!< FIFO error */ macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_dma.h187 #define HAL_DMA_ERROR_FE 0x00000002U /*!< FIFO error */ macro
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_dma.h199 #define HAL_DMA_ERROR_FE (0x00000002U) /*!< FIFO error … macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_dma.h199 #define HAL_DMA_ERROR_FE (0x00000002U) /*!< FIFO error … macro

12