drv_dma.h 717 B

123456789101112131415161718192021
  1. /*
  2. * Copyright (c) 2006-2022, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2010-12-23 onelife Initial creation for EFM32
  9. */
  10. #ifndef __DRV_DMA_H__
  11. #define __DRV_DMA_H__
  12. /* Includes ------------------------------------------------------------------*/
  13. /* Exported types ------------------------------------------------------------*/
  14. /* Exported constants --------------------------------------------------------*/
  15. /* Exported macro ------------------------------------------------------------*/
  16. /* Exported functions ------------------------------------------------------- */
  17. void rt_hw_dma_init(void);
  18. #endif /*__DRV_DMA_H__ */