Home
last modified time | relevance | path

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

/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/
A DHAL_dma.c165 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 DHAL_dma.c175 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 DHAL_dma_bak.c169 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 DHAL_dma.c208 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 DHAL_dma.c175 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 Dhk32f0xx_dma.c165 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 Dft32f0xx_dma.c129 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 Dair32f10x_dma.c184 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 Dair105_dma.h41 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 Dhal_dma.c77 … ((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 Dch32v10x_dma.c125 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 Dch32f10x_dma.c122 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 Dch32f20x_dma.c151 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 Dhal_dma.h252 …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 Dch32f10x_dma.h25 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 Dch32v10x_dma.h27 uint32_t DMA_DIR; /* Specifies if the peripheral is the source or destination. member
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_dma.h49 uint32_t DMA_DIR; member
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f20x_dma.h25 uint32_t DMA_DIR; /* Specifies if the peripheral is the source or destination. member
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_dma.h49 uint32_t DMA_DIR; member
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_dma.h49 uint32_t DMA_DIR; member
/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_dma.h49 uint32_t DMA_DIR; member
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_dma.h34 uint32_t DMA_DIR; /*!< Specifies if the peripheral is the source or destination. member
/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()
1289 DMA_Handle->Init.DMA_DIR = DMA_DIR_PeripheralDST; in ch32_uart_dma_config()
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_dma.h38 uint32_t DMA_DIR; /*!< Specifies if the peripheral is the source or destination. member
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_dma.h38 uint32_t DMA_DIR; /*!< Specifies if the peripheral is the source or destination. member

Completed in 82 milliseconds