Home
last modified time | relevance | path

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

123

/bsp/stm32/stm32l475-atk-pandora/board/ports/
A Ddrv_sdio_adapter.c46 DMA2_Channel4->CCR &= ~0x00000001; in SD_LowLevel_DMA_TxConfig()
53 DMA2_Channel4->CCR = DMA_MEMORY_TO_PERIPH | DMA_PINC_DISABLE | DMA_MINC_ENABLE | \ in SD_LowLevel_DMA_TxConfig()
55 DMA2_Channel4->CNDTR = BufferSize; in SD_LowLevel_DMA_TxConfig()
56 DMA2_Channel4->CPAR = (uint32_t)dst; in SD_LowLevel_DMA_TxConfig()
57 DMA2_Channel4->CMAR = (uint32_t)src; in SD_LowLevel_DMA_TxConfig()
59 DMA2_Channel4->CCR |= 0x00000001; in SD_LowLevel_DMA_TxConfig()
73 DMA2_Channel4->CCR &= ~0x00000001; in SD_LowLevel_DMA_RxConfig()
82 DMA2_Channel4->CNDTR = BufferSize; in SD_LowLevel_DMA_RxConfig()
83 DMA2_Channel4->CPAR = (uint32_t)src; in SD_LowLevel_DMA_RxConfig()
84 DMA2_Channel4->CMAR = (uint32_t)dst; in SD_LowLevel_DMA_RxConfig()
[all …]
/bsp/stm32/libraries/HAL_Drivers/drivers/config/f1/
A Dsdio_config.h27 .dma_rx.Instance = DMA2_Channel4, \
29 .dma_tx.Instance = DMA2_Channel4, \
A Ddma_config.h145 #define SDIO_TX_DMA_INSTANCE DMA2_Channel4
150 #define SDIO_RX_DMA_INSTANCE DMA2_Channel4
/bsp/stm32/libraries/HAL_Drivers/drivers/config/l1/
A Dsdio_config.h27 .dma_rx.Instance = DMA2_Channel4, \
29 .dma_tx.Instance = DMA2_Channel4, \
/bsp/apm32/libraries/Drivers/
A Ddrv_sdio.h133 .dma_rx.Instance = DMA2_Channel4, \
135 .dma_tx.Instance = DMA2_Channel4, \
/bsp/stm32/libraries/HAL_Drivers/drivers/config/l4/
A Dsdio_config.h27 .dma_rx.Instance = DMA2_Channel4, \
A Ddma_config.h205 #define SPI1_TX_DMA_INSTANCE DMA2_Channel4
/bsp/stm32/libraries/HAL_Drivers/drivers/config/l5/
A Dsdio_config.h27 .dma_rx.Instance = DMA2_Channel4, \
A Ddma_config.h195 #define SPI1_TX_DMA_INSTANCE DMA2_Channel4
/bsp/stm32/libraries/HAL_Drivers/drivers/config/u5/
A Dsdio_config.h27 .dma_rx.Instance = DMA2_Channel4, \
A Ddma_config.h195 #define SPI1_TX_DMA_INSTANCE DMA2_Channel4
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_dma.h324 ((uint32_t)((__HANDLE__)->Instance) == ((uint32_t)DMA2_Channel4))? DMA_FLAG_TC4 :\
343 ((uint32_t)((__HANDLE__)->Instance) == ((uint32_t)DMA2_Channel4))? DMA_FLAG_HT4 :\
362 ((uint32_t)((__HANDLE__)->Instance) == ((uint32_t)DMA2_Channel4))? DMA_FLAG_TE4 :\
381 ((uint32_t)((__HANDLE__)->Instance) == ((uint32_t)DMA2_Channel4))? DMA_ISR_GIF4 :\
A Dstm32l1xx_ll_dma.h380 ((uint32_t)(__CHANNEL_INSTANCE__) == ((uint32_t)DMA2_Channel4)) ? LL_DMA_CHANNEL_4 : \
395 ((uint32_t)(__CHANNEL_INSTANCE__) == ((uint32_t)DMA2_Channel4)) ? LL_DMA_CHANNEL_4 : \
428 …((uint32_t)DMA2)) && ((uint32_t)(__CHANNEL__) == ((uint32_t)LL_DMA_CHANNEL_4))) ? DMA2_Channel4 : \
444 …((uint32_t)DMA2)) && ((uint32_t)(__CHANNEL__) == ((uint32_t)LL_DMA_CHANNEL_4))) ? DMA2_Channel4 : \
/bsp/stm32/libraries/HAL_Drivers/drivers/config/wl/
A Ddma_config.h125 #define SPI1_TX_DMA_INSTANCE DMA2_Channel4
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/
A Dapm32e10x_dma.c98 else if(channel == DMA2_Channel4) in DMA_Reset()
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/
A Dapm32f10x_dma.c98 else if (channel == DMA2_Channel4) in DMA_Reset()
/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/
A Ddma_config.h173 #define SPI1_TX_DMA_INSTANCE DMA2_Channel4
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32v10x_dma.c93 else if(DMAy_Channelx == DMA2_Channel4) in DMA_DeInit()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f10x_dma.c90 else if (DMAy_Channelx == DMA2_Channel4) in DMA_DeInit()
/bsp/mm32f327x/Libraries/MM32F327x/Include/
A Dreg_dma.h116 #define DMA2_Channel4 ((DMA_Channel_TypeDef*) DMA2_Channel4_BASE) macro
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_dma.c154 else if (DMAy_Channelx == DMA2_Channel4) in DMA_DeInit()
/bsp/tkm32F499/Libraries/Hal_lib/src/
A DHAL_dma.c178 else if (DMAy_Channelx == DMA2_Channel4) in DMA_DeInit()
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f20x_dma.c97 else if (DMAy_Channelx == DMA2_Channel4) in DMA_DeInit()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_dma.h83 ((PERIPH) == DMA2_Channel4) || \
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_dma.h85 ((PERIPH) == DMA2_Channel4) || \

Completed in 36 milliseconds

123