Page 6 of 38
3 USB device
The SIS3153USB device (USB peripheral) is hotplugging.
The SIS3153USB device in combination with the drivers supports access to following spaces.
- SIS3153 USB register space
- VME Bus
3.1 SIS3153 USB Register space
The driver offers the following calls:
int sis3153Usb_Register_Single_Read(HANDLE usbDevice,
ULONG addr, ULONG* data) ;
int sis3153Usb_Register_Dma_Read(HANDLE usbDevice,
ULONG addr, ULONG* dmabufs,
ULONG req_nof_data, ULONG* got_nof_data) ;
int sis3153Usb_Register_Single_Write(HANDLE usbDevice,
ULONG addr, ULONG data) ;
int sis3153Usb_Register_Dma_Write(HANDLE usbDevice,
ULONG addr, ULONG* dmabufs,
ULONG req_nof_data, ULONG* put_nof_data);