#include <nitro/mi.h>SDK_INLINE u16 MI_LoadLE16(const void *ptr);
SDK_INLINE u32 MI_LoadLE32(const void *ptr);
SDK_INLINE u16 MI_LoadBE16(const void *ptr);
SDK_INLINE u32 MI_LoadBE32(const void *ptr);
ptr |
Represents the address whose value is to be read. Alignment at a 16-bit or 32-bit boundary is not required. |
Returns the value obtained as the specified endian (u16 or u32)
Obtains a value from the specified address using the specified endian. LE represents little endian, while BE represents big endian.
MI_SwapEndian* MI_Store* MI_HTo* MI_*ToH*
04/05/2006 Initial version.
CONFIDENTIAL