|
template<> |
os_result | dxd::fw::read32< dx::kernel, host > (unsigned int *dst, size_t size32, uint64_t space, int64_t timeout) |
| WDK: synchronously submit an firewire async read request.
|
|
template<> |
os_result | dxd::fw::read32< dx::kernel, swap > (unsigned int *dst, size_t size32, uint64_t space, int64_t timeout) |
| WDK: synchronously submit an firewire async swapped data read request.
|
|
template<> |
os_result | dxd::fw::write32< dx::kernel, host > (const unsigned int *src, size_t size32, uint64_t space, int64_t timeout) |
| WDK: synchronously submit an firewire async write request.
|
|
template<> |
os_result | dxd::fw::write32< dx::kernel, swap > (const unsigned int *src, size_t size32, uint64_t space, int64_t timeout) |
| WDK: synchronously submit an firewire async swapped data write request.
|
|