摘要: http://delphi.wikia.com/wiki/CompilerVersion_ConstantThe CompilerVersion constant identifies the internal version number of the Delphi compiler.It is defined in the System unit and may be referenced either in code just as any other constant:if CompilerVersion = 20 then sCompilerName:= 'Delphi 20 阅读全文
posted @ 2013-10-03 11:41 IAmAProgrammer 阅读(1383) 评论(0) 推荐(0) 编辑
摘要: { TFileStream create mode } fmCreate = $FF00; { Create a file with the given name. If a file with the given name exists, open the file in write mode. } fmExclusive = $0004; { when used with FileCreate, atomically creates the file only if it doesn't exist, fails otherwise } fmOpe... 阅读全文
posted @ 2013-10-03 10:44 IAmAProgrammer 阅读(862) 评论(0) 推荐(0) 编辑
摘要: _.svd --> ARM Ltd. ARM ARMCM3xxx ARMCM3 1.2 ARM 32-bit Cortex-M3 Microcontroller based de... 阅读全文
posted @ 2013-10-03 09:42 IAmAProgrammer 阅读(516) 评论(0) 推荐(0) 编辑
摘要: http://www.keil.com/pack/doc/cmsis/svd/html/group__schema__1__1__gr.html ... 阅读全文
posted @ 2013-10-03 09:21 IAmAProgrammer 阅读(461) 评论(0) 推荐(0) 编辑
摘要: ... 阅读全文
posted @ 2013-10-03 09:19 IAmAProgrammer 阅读(335) 评论(0) 推荐(0) 编辑
摘要: http://www.keil.com/pack/doc/cmsis/svd/html/modules.htmlSVD File Schema LevelsDevice Level Peripherals Level Registers Level Fields Level Enumerated Values LevelCMSIS-SVD Schema File Ver. 1.0http://www.keil.com/pack/doc/cmsis/svd/html/group__schema__gr.htmlCMSIS-SVD Schema File Ver. ... 阅读全文
posted @ 2013-10-03 00:36 IAmAProgrammer 阅读(1295) 评论(0) 推荐(0) 编辑