Function ctru_sys::DSP_RecvData
source · pub unsafe extern "C" fn DSP_RecvData(
regNo: u16_,
value: *mut u16_
) -> Result
Expand description
Reads a DSP register
§Arguments
regNo
- Offset of the hardware register, base address is 0x1EC40000value
- Pointer to read the register value to.