aclrtHostRegisterType
1 2 3 4 5 | typedef enum { ACL_HOST_REGISTER_MAPPED = 0, ACL_HOST_REGISTER_IOMEMORY = 0x04, ACL_HOST_REGISTER_READONLY = 0x08 }aclrtHostRegisterType; |
Enumeration Item |
Description |
|---|---|
ACL_HOST_REGISTER_MAPPED |
Maps and registers the host memory as accessible to the device, including read and write. |
ACL_HOST_REGISTER_IOMEMORY |
Maps and registers the I/O space (registers and caches) of a third-party PCIe device on the host as accessible to the device, including read and write. |
ACL_HOST_REGISTER_READONLY |
Maps and registers the host memory as read-only to the device. Reserved, not supported currently. |
Parent topic: Data Types and Operation APIs