M52233DEMO_sysinit.h
资源名称:ucos.rar [点击查看]
上传用户:dongxin
上传日期:2022-06-22
资源大小:370k
文件大小:1k
源码类别:
uCOS
开发平台:
Others
- /*
- * File: m52233demo_sysinit.h
- * Purpose: Power-on Reset configuration of the M52233DEMO.
- *
- * Notes:
- *
- */
- #ifndef __M52233DEMO_SYSINIT_H__
- #define __M52233DEMO_SYSINIT_H__
- #ifdef __cplusplus
- extern "C" {
- #endif
- /*******************************************************
- * Out of reset, the low-level assembly code calls this
- * routine to initialize the MCF52233 modules for the
- * M52233DEMO board.
- ********************************************************/
- void SYSTEM_SysInit(void);
- #ifdef __cplusplus
- }
- #endif
- #endif /* __M52233DEMO_SYSINIT_H__ */