pub unsafe extern "C" fn GSPGPU_WriteHWRegsWithMask(
    regAddr: u32_,
    data: *const u32_,
    datasize: u8_,
    maskdata: *const u32_,
    masksize: u8_
) -> Result
Expand description

Writes to GPU hardware registers with a mask.

§Arguments

  • regAddr - Register address to write to.
  • data - Data to write.
  • datasize - Size of the data to write.
  • maskdata - Data of the mask.
  • masksize - Size of the mask.