Searched defs:HAL_DMA_ERROR_NO_XFER (Results 1 – 3 of 3) sorted by relevance
170 #define HAL_DMA_ERROR_NO_XFER (0x00000004U) /*!< no ongoing transfer */ macro
173 #define HAL_DMA_ERROR_NO_XFER ((uint32_t)0x00000004U) /*!< no ongoing transfer */ macro
187 #define HAL_DMA_ERROR_NO_XFER 0x00000004U /*!< Abort requested with no Xfer ongoing… macro