Home
last modified time | relevance | path

Searched refs:DMA_DIR_PeripheralSRC (Results 1 – 25 of 25) sorted by relevance

/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_dma.h81 #define DMA_DIR_PeripheralSRC ((uint32_t)0x00000000) //ptom macro
83 ((DIR) == DMA_DIR_PeripheralSRC))
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_dma.h82 #define DMA_DIR_PeripheralSRC ((uint32_t)0x00000000) //ptom macro
84 ((DIR) == DMA_DIR_PeripheralSRC))
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_dma.h82 #define DMA_DIR_PeripheralSRC ((uint32_t)0x00000000) //ptom macro
84 ((DIR) == DMA_DIR_PeripheralSRC))
/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_dma.h81 #define DMA_DIR_PeripheralSRC ((uint32_t)0x00000000) //ptom macro
83 ((DIR) == DMA_DIR_PeripheralSRC))
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_dma.h91 #define DMA_DIR_PeripheralSRC ((uint32_t)0x00000000) macro
93 ((DIR) == DMA_DIR_PeripheralSRC))
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/
A Dhal_dma.h45 DMA_DIR_PeripheralSRC = 0U, enumerator
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/
A Dhal_dma.c97 init_struct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/
A DHAL_dma.c219 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/
A DHAL_dma.c229 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
/bsp/tkm32F499/Libraries/Hal_lib/src/
A DHAL_dma_bak.c223 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC;
A DHAL_dma.c267 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/
A DHAL_dma.c229 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f10x_dma.h58 #define DMA_DIR_PeripheralSRC ((uint32_t)0x00000000) macro
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32v10x_dma.h60 #define DMA_DIR_PeripheralSRC ((uint32_t)0x00000000) macro
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_dma.c227 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32v10x_dma.c152 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f10x_dma.c146 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_dma.c190 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f20x_dma.h58 #define DMA_DIR_PeripheralSRC ((uint32_t)0x00000000) macro
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_dma.c243 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f20x_dma.c175 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_dma.h92 #define DMA_DIR_PeripheralSRC ((uint32_t)0x00000000) macro
95 #define IS_DMA_DIR(DIR) (((DIR) == DMA_DIR_PeripheralSRC) || \
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_dma.h92 #define DMA_DIR_PeripheralSRC ((uint32_t)0x00000000) macro
95 #define IS_DMA_DIR(DIR) (((DIR) == DMA_DIR_PeripheralSRC) || \
/bsp/ft32/libraries/Drivers/
A Ddrv_usart.c602 Init.Direction = DMA_DIR_PeripheralSRC; in ft32_dma_config()
/bsp/wch/risc-v/Libraries/ch32_drivers/
A Ddrv_usart_v2.c1281 DMA_Handle->Init.DMA_DIR = DMA_DIR_PeripheralSRC; in ch32_uart_dma_config()

Completed in 38 milliseconds