|
meiPlatformMemoryToHost
Declaration
| |
long meiPlatformMemoryToHost(MEIPlatform platform,
const void *firmware,
void **host) |
| |
Required Header: stdmei.h
Change History: Modified in the 03.03.00 |
Description
meiPlatformMemoryToHost coverts a controller memory address to a host memory address.
| |
| platform |
the handle to the controller's platform object. This should be obtained from meiControlPlatform(...). |
| firmware |
the controller memory address to be converted. |
| host |
the location where the host memory address will be written. |
|
See Also
meiPlatformMemoryToFirmware | meiControlPlatform
|