pub unsafe extern "C" fn DSP_RecvDataIsReady(
    regNo: u16_,
    is_ready: *mut bool
) -> Result
Expand description

Checks if you can read a DSP register

§Arguments

  • regNo - Offset of the hardware register, base address is 0x1EC40000
  • is_ready - Pointer to write the ready status to.

This call might hang if the data is not ready. See DSP_SendDataIsEmpty.