| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/ |
| A D | HAL_dma.h | 81 #define DMA_DIR_PeripheralSRC ((uint32_t)0x00000000) //ptom macro 83 ((DIR) == DMA_DIR_PeripheralSRC))
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/ |
| A D | HAL_dma.h | 82 #define DMA_DIR_PeripheralSRC ((uint32_t)0x00000000) //ptom macro 84 ((DIR) == DMA_DIR_PeripheralSRC))
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/ |
| A D | HAL_dma.h | 82 #define DMA_DIR_PeripheralSRC ((uint32_t)0x00000000) //ptom macro 84 ((DIR) == DMA_DIR_PeripheralSRC))
|
| /bsp/tkm32F499/Libraries/Hal_lib/inc/ |
| A D | HAL_dma.h | 81 #define DMA_DIR_PeripheralSRC ((uint32_t)0x00000000) //ptom macro 83 ((DIR) == DMA_DIR_PeripheralSRC))
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x_dma.h | 91 #define DMA_DIR_PeripheralSRC ((uint32_t)0x00000000) macro 93 ((DIR) == DMA_DIR_PeripheralSRC))
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/ |
| A D | hal_dma.h | 45 DMA_DIR_PeripheralSRC = 0U, enumerator
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/ |
| A D | hal_dma.c | 97 init_struct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/ |
| A D | HAL_dma.c | 219 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/ |
| A D | HAL_dma.c | 229 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
|
| /bsp/tkm32F499/Libraries/Hal_lib/src/ |
| A D | HAL_dma_bak.c | 223 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC;
|
| A D | HAL_dma.c | 267 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/ |
| A D | HAL_dma.c | 229 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f10x_dma.h | 58 #define DMA_DIR_PeripheralSRC ((uint32_t)0x00000000) macro
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32v10x_dma.h | 60 #define DMA_DIR_PeripheralSRC ((uint32_t)0x00000000) macro
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/ |
| A D | hk32f0xx_dma.c | 227 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32v10x_dma.c | 152 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32f10x_dma.c | 146 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/ |
| A D | ft32f0xx_dma.c | 190 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f20x_dma.h | 58 #define DMA_DIR_PeripheralSRC ((uint32_t)0x00000000) macro
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | air32f10x_dma.c | 243 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32f20x_dma.c | 175 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/ |
| A D | hk32f0xx_dma.h | 92 #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 D | ft32f0xx_dma.h | 92 #define DMA_DIR_PeripheralSRC ((uint32_t)0x00000000) macro 95 #define IS_DMA_DIR(DIR) (((DIR) == DMA_DIR_PeripheralSRC) || \
|
| /bsp/ft32/libraries/Drivers/ |
| A D | drv_usart.c | 602 Init.Direction = DMA_DIR_PeripheralSRC; in ft32_dma_config()
|
| /bsp/wch/risc-v/Libraries/ch32_drivers/ |
| A D | drv_usart_v2.c | 1281 DMA_Handle->Init.DMA_DIR = DMA_DIR_PeripheralSRC; in ch32_uart_dma_config()
|