Home
last modified time | relevance | path

Searched refs:GXOBJVRamModeBmp (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.1.0/include/nitro/gx/
Dgx.h196 GXOBJVRamModeBmp; typedef
398 static void GX_SetOBJVRamModeBmp(GXOBJVRamModeBmp mode);
417 static void GXS_SetOBJVRamModeBmp(GXOBJVRamModeBmp mode);
745 static inline void GX_SetOBJVRamModeBmp(GXOBJVRamModeBmp mode) in GX_SetOBJVRamModeBmp()
763 static inline GXOBJVRamModeBmp GX_GetOBJVRamModeBmp(void) in GX_GetOBJVRamModeBmp()
765 return (GXOBJVRamModeBmp)(reg_GX_DISPCNT & in GX_GetOBJVRamModeBmp()
779 static inline void GXS_SetOBJVRamModeBmp(GXOBJVRamModeBmp mode) in GXS_SetOBJVRamModeBmp()
796 static inline GXOBJVRamModeBmp GXS_GetOBJVRamModeBmp(void) in GXS_GetOBJVRamModeBmp()
798 return (GXOBJVRamModeBmp)(reg_GXS_DB_DISPCNT & REG_GXS_DB_DISPCNT_OBJMAP_BM_MASK); in GXS_GetOBJVRamModeBmp()