|
meiPlatformHostAddress64To32
Declaration
| |
long meiPlatformHostAddress64To32(MEIPlatform platform,
void **firmwareAddress,
/* address of
generic 64entity */
long lowWord) |
| |
Required Header: stdmei.h
Change History: Added in the 03.04.00 |
Description
meiPlatformHostAddress64To32 takes a pointer to a 64-bit entity and returns a pointer to one of the 32-bit words within the 64-bit entity. Set lowWord to 1 to get a pointer to the lowWord of the 64-bit entity.
| |
| platform |
MEIPlatform object |
| **firmwareAddress |
a pointer to a valid firmware address from the host’s perspective. |
| lowWord |
set lowWord to 1 to get a pointer to the lowWord of the 64-bit entity. |
|
| |
|
| |
|
See Also
meiPlatformHostAddress32To64
|