摘要:
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 阅读全文
摘要:
{ 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... 阅读全文
摘要:
_.svd --> ARM Ltd. ARM ARMCM3xxx ARMCM3 1.2 ARM 32-bit Cortex-M3 Microcontroller based de... 阅读全文
摘要:
http://www.keil.com/pack/doc/cmsis/svd/html/group__schema__1__1__gr.html ... 阅读全文
摘要:
... 阅读全文
摘要:
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. ... 阅读全文