Searched refs:dma_base (Results 1 – 5 of 5) sorted by relevance
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/ |
| A D | bflb_dma.c | 11 const uint32_t dma_base[] = { 0x4000C000 }; variable 14 const uint32_t dma_base[] = { 0x2000C000 }; variable 17 const uint32_t dma_base[] = { 0x2000C000, 0x20071000, 0x30001000 }; variable 20 const uint32_t dma_base[] = { 0x20081000 }; variable 28 regval = getreg32(dma_base[0] + DMA_INTTCSTATUS_OFFSET); in dma0_isr() 29 putreg32(regval, dma_base[0] + DMA_INTTCCLEAR_OFFSET); in dma0_isr() 43 regval = getreg32(dma_base[1] + DMA_INTTCSTATUS_OFFSET); in dma1_isr() 44 putreg32(regval, dma_base[1] + DMA_INTTCCLEAR_OFFSET); in dma1_isr() 57 regval = getreg32(dma_base[2] + DMA_INTTCSTATUS_OFFSET); in dma2_isr() 58 putreg32(regval, dma_base[2] + DMA_INTTCCLEAR_OFFSET); in dma2_isr() [all …]
|
| /bsp/hpmicro/libraries/hpm_sdk/components/serial_nor/interface/spi/ |
| A D | hpm_serial_nor_host_spi.c | 175 …if ((host->host_param.param.dma_control.dma_base == NULL) || (host->host_param.param.dma_control.d… in init() 179 DMA_SOC_CHN_TO_DMAMUX_CHN(host->host_param.param.dma_control.dma_base, in init() 184 DMA_SOC_CHN_TO_DMAMUX_CHN(host->host_param.param.dma_control.dma_base, in init() 209 stat = spi_nor_rx_trigger_dma((DMA_Type *)host->host_param.param.dma_control.dma_base, in hpm_spi_transfer_via_dma() 224 (DMA_Type *)host->host_param.param.dma_control.dma_base, in hpm_spi_transfer_via_dma() 227 …dma_disable_channel((DMA_Type *)host->host_param.param.dma_control.dma_base, host->host_param.para… in hpm_spi_transfer_via_dma() 228 dma_reset((DMA_Type *)host->host_param.param.dma_control.dma_base); in hpm_spi_transfer_via_dma() 241 stat = spi_nor_tx_trigger_dma((DMA_Type *)host->host_param.param.dma_control.dma_base, in hpm_spi_transfer_via_dma() 331 if (host->host_param.param.dma_control.dma_base == NULL) { in read()
|
| /bsp/hpmicro/libraries/hpm_sdk/components/serial_nor/ |
| A D | hpm_serial_nor_host.h | 67 void *dma_base; member
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/ |
| A D | hal_tim.c | 419 void TIM_DMAConfig(TIM_TypeDef* tim, TIMDMABASE_Typedef dma_base, TIMDMABURSTLENGTH_Typedef length) in TIM_DMAConfig() argument 421 WRITE_REG(tim->DCR, ((u32)dma_base) | ((u32)length)); in TIM_DMAConfig()
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/ |
| A D | hal_tim.h | 683 void TIM_DMAConfig(TIM_TypeDef* tim, TIMDMABASE_Typedef dma_base, TIMDMABURSTLENGTH_Typedef length);
|
Completed in 26 milliseconds