Function ctru_sys::GSPGPU_ReadHWRegs
source · pub unsafe extern "C" fn GSPGPU_ReadHWRegs(
regAddr: u32_,
data: *mut u32_,
size: u8_
) -> Result
Expand description
Reads from GPU hardware registers.
§Arguments
regAddr
- Register address to read from.data
- Buffer to read data to.size
- Size of the buffer.