dwt.h 774 B

123456789101112131415161718192021222324252627
  1. /*
  2. *********************************************************************************************************
  3. *
  4. * 模块名称 : 数据观察点与跟踪(DWT)模块
  5. * 文件名称 : bsp_dwt.h
  6. * 版 本 : V1.0
  7. * 说 明 : 头文件
  8. * 修改记录 :
  9. * 版本号 日期 作者 说明
  10. * V1.0 2015-08-18 Eric2013 正式发布
  11. *
  12. * Copyright (C), 2015-2020, 国轩高科
  13. *
  14. *********************************************************************************************************
  15. */
  16. #ifndef __DWT_H
  17. #define __DWT_H
  18. #include "includes.h"
  19. void dwt_init(void);
  20. void us_delay(uint32_t _ulDelayTime);
  21. void ms_delay(uint32_t _ulDelayTime);
  22. #endif
  23. /***************************** 安富莱电子 www.armfly.com (END OF FILE) *********************************/