M52233DEMO_sysinit.h
上传用户:dongxin
上传日期:2022-06-22
资源大小:370k
文件大小:1k
源码类别:

uCOS

开发平台:

Others

  1. /*
  2.  * File: m52233demo_sysinit.h
  3.  * Purpose: Power-on Reset configuration of the M52233DEMO.
  4.  *
  5.  * Notes:
  6.  *
  7.  */
  8.  
  9. #ifndef __M52233DEMO_SYSINIT_H__
  10. #define __M52233DEMO_SYSINIT_H__
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14. /*******************************************************
  15. * Out of reset, the low-level assembly code calls this 
  16. * routine to initialize the MCF52233 modules for the  
  17. * M52233DEMO board. 
  18. ********************************************************/
  19. void SYSTEM_SysInit(void);
  20. #ifdef __cplusplus
  21. }
  22. #endif
  23. #endif /* __M52233DEMO_SYSINIT_H__ */