c2000ware-core-sdk/utilities/tools/f2806x/tidfu/tidfu.def
2023-06-26 16:14:08 +05:30

22 lines
657 B
Modula-2

; tidfu.def : Declares the module parameters for the DLL.
LIBRARY "tidfu"
EXPORTS
TIDFUInit @1
TIDFUDeviceOpen @2
TIDFUDeviceClose @3
TIDFUDeviceStringGet @4
TIDFUDeviceASCIIStringGet @5
TIDFUParamsGet @6
TIDFUDownload @7
TIDFUDownloadBin @8
TIDFUDownloadHex @9
TIDFUErase @10
TIDFUUpload @11
TIDFUIsValidImage @12
TIDFUStatusGet @13
TIDFUErrorStringGet @14
TIDFUBlankCheck @15
TIDFUModeSwitch @16