Home
last modified time | relevance | path

Searched refs:DMA_MBURST_SINGLE (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_dma.h299 #define DMA_MBURST_SINGLE 0x00000000U macro
712 #define IS_DMA_MEMORY_BURST(BURST) (((BURST) == DMA_MBURST_SINGLE) || \
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_dma.h315 #define DMA_MBURST_SINGLE 0x00000000U macro
738 #define IS_DMA_MEMORY_BURST(BURST) (((BURST) == DMA_MBURST_SINGLE) || \
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_dma.h325 #define DMA_MBURST_SINGLE 0x00000000U macro
767 #define IS_DMA_MEMORY_BURST(BURST) (((BURST) == DMA_MBURST_SINGLE) || \
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_dma.h483 #define DMA_MBURST_SINGLE ((uint32_t)0x00000000U) macro
928 #define IS_DMA_MEMORY_BURST(BURST) (((BURST) == DMA_MBURST_SINGLE) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_dma.h561 #define DMA_MBURST_SINGLE ((uint32_t)0x00000000U) macro
1298 #define IS_DMA_MEMORY_BURST(BURST) (((BURST) == DMA_MBURST_SINGLE) || \
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_dma.c272 if (hdma->Init.MemBurst != DMA_MBURST_SINGLE) in HAL_DMA_Init()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dma.c271 if (hdma->Init.MemBurst != DMA_MBURST_SINGLE) in HAL_DMA_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dma.c269 if (hdma->Init.MemBurst != DMA_MBURST_SINGLE) in HAL_DMA_Init()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_dma.c279 if (hdma->Init.MemBurst != DMA_MBURST_SINGLE) in HAL_DMA_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dma.c333 if(hdma->Init.MemBurst != DMA_MBURST_SINGLE) in HAL_DMA_Init()