c2000ware-core-sdk/utilities/tools/f2837xd/tiusbdll/tiusbdll.def

15 lines
435 B
Modula-2
Raw Normal View History

2023-06-26 13:44:08 +03:00
; tiusbdll.def : Declares the module parameters for the DLL.
LIBRARY "tiusbdll"
; DESCRIPTION "A simple library allowing low level access to a WinUSB device"
VERSION 1.1
EXPORTS
; Explicit exports can go here
InitializeDevice @1
TerminateDevice @2
WriteUSBPacket @3
ReadUSBPacket @4
InitializeDeviceByIndex @5
Endpoint0Transfer @6