typedef struct Systemstruct{//系统数据结构 unsigned int PwmCount;//700~2300uS unsigned int RamTest;//内部ram自检变量 /*-------------------------------------------------------------------- 注意将STARTUP.A51中的IDATALEN改写为0,RamTest才能完成MCU掉电自检。 IDATALEN EQU 00H ; the length of IDATA memory in bytes. ---------------------------------------------------------------------*/ }SystemData;//系统数据结构(此时只是定义了一个新的数据类型SystemData)