Function ctru_sys::DSP_SendDataIsEmpty
source · pub unsafe extern "C" fn DSP_SendDataIsEmpty(
regNo: u16_,
is_empty: *mut bool
) -> Result
Expand description
Checks if you can write to a DSP register ?
§Arguments
regNo
- Offset of the hardware register, base address is 0x1EC40000is_empty
- Pointer to write the empty status to.