Function ctru_sys::DSP_SendData

source ·
pub unsafe extern "C" fn DSP_SendData(
    regNo: u16_,
    value: u16_
) -> Result
Expand description

Writes to a DSP register

§Arguments

  • regNo - Offset of the hardware register, base address is 0x1EC40000
  • value - Value to write.

This call might hang if the SendData is not empty. See DSP_SendDataIsEmpty.