Home
last modified time | relevance | path

Searched refs:DMA_PERIPH_TO_MEMORY (Results 1 – 5 of 5) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_dma.h272 #define DMA_PERIPH_TO_MEMORY ((uint32_t)0x00000000U) /*!< Peripheral to memory direc… macro
276 #define IS_DMA_DIRECTION(DIRECTION) (((DIRECTION) == DMA_PERIPH_TO_MEMORY ) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_dma.h342 #define DMA_PERIPH_TO_MEMORY 0x00000000U /*!< Peripheral to memory direction */ macro
700 #define IS_DMA_DIRECTION(DIRECTION) (((DIRECTION) == DMA_PERIPH_TO_MEMORY ) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_dma.h196 #define DMA_PERIPH_TO_MEMORY (0x00000000U) /*!< Peripheral to memory directio… macro
637 #define IS_DMA_DIRECTION(DIRECTION) (((DIRECTION) == DMA_PERIPH_TO_MEMORY ) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_qspi.c1536 hqspi->hdma->Init.Direction = DMA_PERIPH_TO_MEMORY; in HAL_QSPI_Receive_DMA()
Dstm32l4xx_hal_ospi.c1578 hospi->hdma->Init.Direction = DMA_PERIPH_TO_MEMORY; in HAL_OSPI_Receive_DMA()