Function gx_hal_dw_dma_ahb_complete_callback

  • Defined in file__output_copyinclude_src_include_dma_gx_hal_dw_dma_ahb.h

Function Documentation

void gx_hal_dw_dma_ahb_complete_callback(GX_HAL_DMA_AHB *dev, int channel, void *func, void *param)

注册dma 通道回调函数,使用dma中断完成传输时,会调用回调函数

参数
  • dev – dma 设备数据结构

  • channel – dma通道

  • func – dma 回调函数,类型为 void func(void *param)

  • param – dma 回调函数参数