psl1ght
A free SDK for Sony's PS3 console
Loading...
Searching...
No Matches
sys_dbg_vr_t Union Reference

contents of a PPU VR register More...

#include <dbg.h>

Data Fields

u8 byte [16]
 byte vector format.
 
u16 halfword [16/sizeof(u16)]
 halfword vector format.
 
u32 word [16/sizeof(u32)]
 word vector format.
 
u64 dword [16/sizeof(u64)]
 double word vector format.
 

Detailed Description

contents of a PPU VR register

Definition at line 62 of file dbg.h.

Field Documentation

◆ byte

u8 sys_dbg_vr_t::byte[16]

byte vector format.

Definition at line 65 of file dbg.h.

◆ dword

u64 sys_dbg_vr_t::dword[16/sizeof(u64)]

double word vector format.

Definition at line 71 of file dbg.h.

◆ halfword

u16 sys_dbg_vr_t::halfword[16/sizeof(u16)]

halfword vector format.

Definition at line 67 of file dbg.h.

◆ word

u32 sys_dbg_vr_t::word[16/sizeof(u32)]

word vector format.

Definition at line 69 of file dbg.h.


The documentation for this union was generated from the following file: