| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/ |
| A D | HAL_dma.c | 165 assert_param(IS_DMA_DIR(DMA_InitStruct->DMA_DIR)); in DMA_Init() 188 tmpreg |= DMA_InitStruct->DMA_DIR | DMA_InitStruct->DMA_Mode | in DMA_Init() 219 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/ |
| A D | HAL_dma.c | 175 assert_param(IS_DMA_DIR(DMA_InitStruct->DMA_DIR)); in DMA_Init() 198 tmpreg |= DMA_InitStruct->DMA_DIR | DMA_InitStruct->DMA_Mode | in DMA_Init() 229 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
|
| /bsp/tkm32F499/Libraries/Hal_lib/src/ |
| A D | HAL_dma_bak.c | 169 assert_param(IS_DMA_DIR(DMA_InitStruct->DMA_DIR)); 192 tmpreg |= DMA_InitStruct->DMA_DIR | DMA_InitStruct->DMA_Mode | 223 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC;
|
| A D | HAL_dma.c | 208 assert_param(IS_DMA_DIR(DMA_InitStruct->DMA_DIR)); in DMA_Init() 232 tmpreg |= DMA_InitStruct->DMA_DIR | DMA_InitStruct->DMA_Mode | in DMA_Init() 267 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/ |
| A D | HAL_dma.c | 175 assert_param(IS_DMA_DIR(DMA_InitStruct->DMA_DIR)); in DMA_Init() 198 tmpreg |= DMA_InitStruct->DMA_DIR | DMA_InitStruct->DMA_Mode | in DMA_Init() 229 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/ |
| A D | hk32f0xx_dma.c | 165 assert_param(IS_DMA_DIR(DMA_InitStruct->DMA_DIR)); in DMA_Init() 191 tmpreg |= DMA_InitStruct->DMA_DIR | DMA_InitStruct->DMA_Mode | in DMA_Init() 227 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/ |
| A D | ft32f0xx_dma.c | 129 assert_param(IS_DMA_DIR(DMA_InitStruct->DMA_DIR)); in DMA_Init() 155 tmpreg |= DMA_InitStruct->DMA_DIR | DMA_InitStruct->DMA_Mode | in DMA_Init() 190 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | air32f10x_dma.c | 184 assert_param(IS_DMA_DIR(DMA_InitStruct->DMA_DIR)); in DMA_Init() 208 tmpreg |= DMA_InitStruct->DMA_DIR | DMA_InitStruct->DMA_Mode | in DMA_Init() 243 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
|
| /bsp/airm2m/air105/libraries/HAL_Driver/Inc/ |
| A D | air105_dma.h | 41 uint32_t DMA_DIR; /*!< Specifies if the peripheral is the source or destination. member 192 void DMA_ChannelConfig(DMA_TypeDef* DMA_Channelx, uint32_t DMA_Peripheral, uint32_t DMA_DIR);
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/ |
| A D | hal_dma.c | 77 … ((u32)init_struct->DMA_DIR | (u32)init_struct->DMA_Mode | (u32)init_struct->DMA_PeripheralInc | in DMA_Init() 97 init_struct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32v10x_dma.c | 125 tmpreg |= DMA_InitStruct->DMA_DIR | DMA_InitStruct->DMA_Mode | in DMA_Init() 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 | 122 tmpreg |= DMA_InitStruct->DMA_DIR | DMA_InitStruct->DMA_Mode | in DMA_Init() 146 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 | 151 tmpreg |= DMA_InitStruct->DMA_DIR | DMA_InitStruct->DMA_Mode | in DMA_Init() 175 DMA_InitStruct->DMA_DIR = DMA_DIR_PeripheralSRC; in DMA_StructInit()
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/ |
| A D | hal_dma.h | 252 …DMA_data_transfer_direction_TypeDef DMA_DIR; ///< the peripheral is the source or d… member
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f10x_dma.h | 25 uint32_t DMA_DIR; /*!< Specifies if the peripheral is the source or destination. member
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32v10x_dma.h | 27 uint32_t DMA_DIR; /* Specifies if the peripheral is the source or destination. member
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/ |
| A D | HAL_dma.h | 49 uint32_t DMA_DIR; member
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f20x_dma.h | 25 uint32_t DMA_DIR; /* Specifies if the peripheral is the source or destination. member
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/ |
| A D | HAL_dma.h | 49 uint32_t DMA_DIR; member
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/ |
| A D | HAL_dma.h | 49 uint32_t DMA_DIR; member
|
| /bsp/tkm32F499/Libraries/Hal_lib/inc/ |
| A D | HAL_dma.h | 49 uint32_t DMA_DIR; member
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x_dma.h | 34 uint32_t DMA_DIR; /*!< Specifies if the peripheral is the source or destination. member
|
| /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() 1289 DMA_Handle->Init.DMA_DIR = DMA_DIR_PeripheralDST; in ch32_uart_dma_config()
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/ |
| A D | hk32f0xx_dma.h | 38 uint32_t DMA_DIR; /*!< Specifies if the peripheral is the source or destination. member
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/ |
| A D | ft32f0xx_dma.h | 38 uint32_t DMA_DIR; /*!< Specifies if the peripheral is the source or destination. member
|