Function 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 0x1EC40000
  • is_empty - Pointer to write the empty status to.