Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/gx/
Dg2.h48 GXWndPlane; typedef
313 static inline GXWndPlane G2_GetWnd0InsidePlane(void) in G2_GetWnd0InsidePlane()
315 return *(volatile GXWndPlane *)(REG_WININ_ADDR); in G2_GetWnd0InsidePlane()
354 static inline GXWndPlane G2_GetWnd1InsidePlane(void) in G2_GetWnd1InsidePlane()
356 return *(volatile GXWndPlane *)(REG_WININ_ADDR + 1); in G2_GetWnd1InsidePlane()
395 static inline GXWndPlane G2_GetWndOutsidePlane(void) in G2_GetWndOutsidePlane()
397 return *(volatile GXWndPlane *)(REG_WINOUT_ADDR); in G2_GetWndOutsidePlane()
436 static inline GXWndPlane G2_GetWndOBJInsidePlane(void) in G2_GetWndOBJInsidePlane()
438 return *(volatile GXWndPlane *)(REG_WINOUT_ADDR + 1); in G2_GetWndOBJInsidePlane()
812 static inline GXWndPlane G2S_GetWnd0InsidePlane(void) in G2S_GetWnd0InsidePlane()
[all …]