Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_mdma.h267 #define HAL_MDMA_ERROR_BUSY ((uint32_t)0x00000100U) /*!< DeInit or SW trigger requested wi… macro
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_mdma.h271 #define HAL_MDMA_ERROR_BUSY ((uint32_t)0x00000100U) /*!< DeInit or SW trigger requested wi… macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_mdma.c1485 hmdma->ErrorCode = HAL_MDMA_ERROR_BUSY; in HAL_MDMA_GenerateSWRequest()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_mdma.c1497 hmdma->ErrorCode = HAL_MDMA_ERROR_BUSY; in HAL_MDMA_GenerateSWRequest()