Searched refs:DMA_PERIPH_TO_MEMORY (Results 1 – 5 of 5) sorted by relevance
272 #define DMA_PERIPH_TO_MEMORY ((uint32_t)0x00000000U) /*!< Peripheral to memory direc… macro276 #define IS_DMA_DIRECTION(DIRECTION) (((DIRECTION) == DMA_PERIPH_TO_MEMORY ) || \
342 #define DMA_PERIPH_TO_MEMORY 0x00000000U /*!< Peripheral to memory direction */ macro700 #define IS_DMA_DIRECTION(DIRECTION) (((DIRECTION) == DMA_PERIPH_TO_MEMORY ) || \
196 #define DMA_PERIPH_TO_MEMORY (0x00000000U) /*!< Peripheral to memory directio… macro637 #define IS_DMA_DIRECTION(DIRECTION) (((DIRECTION) == DMA_PERIPH_TO_MEMORY ) || \
1536 hqspi->hdma->Init.Direction = DMA_PERIPH_TO_MEMORY; in HAL_QSPI_Receive_DMA()
1578 hospi->hdma->Init.Direction = DMA_PERIPH_TO_MEMORY; in HAL_OSPI_Receive_DMA()