Home
last modified time | relevance | path

Searched refs:DMA_M2M (Results 1 – 24 of 24) sorted by relevance

/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/
A DHAL_dma.c173 assert_param(IS_DMA_M2M_STATE(DMA_InitStruct->DMA_M2M)); in DMA_Init()
191 DMA_InitStruct->DMA_Priority | DMA_InitStruct->DMA_M2M; in DMA_Init()
235 DMA_InitStruct->DMA_M2M = DMA_M2M_Disable; in DMA_StructInit()
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/
A DHAL_dma.c183 assert_param(IS_DMA_M2M_STATE(DMA_InitStruct->DMA_M2M)); in DMA_Init()
201 DMA_InitStruct->DMA_Priority | DMA_InitStruct->DMA_M2M; in DMA_Init()
245 DMA_InitStruct->DMA_M2M = DMA_M2M_Disable; in DMA_StructInit()
/bsp/tkm32F499/Libraries/Hal_lib/src/
A DHAL_dma_bak.c177 assert_param(IS_DMA_M2M_STATE(DMA_InitStruct->DMA_M2M));
195 DMA_InitStruct->DMA_Priority | DMA_InitStruct->DMA_M2M;
239 DMA_InitStruct->DMA_M2M = DMA_M2M_Disable;
A DHAL_dma.c216 assert_param(IS_DMA_M2M_STATE(DMA_InitStruct->DMA_M2M)); in DMA_Init()
235 DMA_InitStruct->DMA_Priority | DMA_InitStruct->DMA_M2M; in DMA_Init()
283 DMA_InitStruct->DMA_M2M = DMA_M2M_Disable; in DMA_StructInit()
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/
A DHAL_dma.c183 assert_param(IS_DMA_M2M_STATE(DMA_InitStruct->DMA_M2M)); in DMA_Init()
201 DMA_InitStruct->DMA_Priority | DMA_InitStruct->DMA_M2M; in DMA_Init()
245 DMA_InitStruct->DMA_M2M = DMA_M2M_Disable; in DMA_StructInit()
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_dma.c173 assert_param(IS_DMA_M2M_STATE(DMA_InitStruct->DMA_M2M)); in DMA_Init()
194 DMA_InitStruct->DMA_Priority | DMA_InitStruct->DMA_M2M; in DMA_Init()
243 DMA_InitStruct->DMA_M2M = DMA_M2M_Disable; in DMA_StructInit()
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_dma.c137 assert_param(IS_DMA_M2M_STATE(DMA_InitStruct->DMA_M2M)); in DMA_Init()
158 DMA_InitStruct->DMA_Priority | DMA_InitStruct->DMA_M2M; in DMA_Init()
206 DMA_InitStruct->DMA_M2M = DMA_M2M_Disable; in DMA_StructInit()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_dma.c192 assert_param(IS_DMA_M2M_STATE(DMA_InitStruct->DMA_M2M)); in DMA_Init()
211 DMA_InitStruct->DMA_Priority | DMA_InitStruct->DMA_M2M; in DMA_Init()
259 DMA_InitStruct->DMA_M2M = DMA_M2M_Disable; in DMA_StructInit()
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/
A Dhal_dma.c79 (u32)init_struct->DMA_Priority | (u32)init_struct->DMA_M2M)); in DMA_Init()
105 init_struct->DMA_M2M = DMA_M2M_Disable; in DMA_StructInit()
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32v10x_dma.c128 DMA_InitStruct->DMA_Priority | DMA_InitStruct->DMA_M2M; in DMA_Init()
160 DMA_InitStruct->DMA_M2M = DMA_M2M_Disable; in DMA_StructInit()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f10x_dma.c125 DMA_InitStruct->DMA_Priority | DMA_InitStruct->DMA_M2M; in DMA_Init()
154 DMA_InitStruct->DMA_M2M = DMA_M2M_Disable; in DMA_StructInit()
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f20x_dma.c154 DMA_InitStruct->DMA_Priority | DMA_InitStruct->DMA_M2M; in DMA_Init()
183 DMA_InitStruct->DMA_M2M = DMA_M2M_Disable; in DMA_StructInit()
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/
A Dhal_dma.h260 …DMA_memory_to_memory_TypeDef DMA_M2M; ///< Specifies if the DMA Channeln wil… member
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f10x_dma.h52 …uint32_t DMA_M2M; /*!< Specifies if the DMAy Channelx will be used in memory-to-mem… member
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32v10x_dma.h54 uint32_t DMA_M2M; /* Specifies if the DMAy Channelx will be used in memory-to-memory transfer. member
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_dma.h57 uint32_t DMA_M2M; member
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f20x_dma.h52 …uint32_t DMA_M2M; /* Specifies if the DMAy Channelx will be used in memory-to-memor… member
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_dma.h57 uint32_t DMA_M2M; member
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_dma.h57 uint32_t DMA_M2M; member
/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_dma.h57 uint32_t DMA_M2M; member
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_dma.h61 …uint32_t DMA_M2M; /*!< Specifies if the DMAy Channelx will be used in memory-to-mem… member
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_dma.h65 …uint32_t DMA_M2M; /*!< Specifies if the DMAy Channelx will be used in memory-to-mem… member
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_dma.h65 …uint32_t DMA_M2M; /*!< Specifies if the DMAy Channelx will be used in memory-to-mem… member
/bsp/wch/risc-v/Libraries/ch32_drivers/
A Ddrv_usart_v2.c1276 DMA_Handle->Init.DMA_M2M = DMA_M2M_Disable; in ch32_uart_dma_config()

Completed in 51 milliseconds