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