pub unsafe extern "C" fn DSP_RecvDataIsReady(
regNo: u16_,
is_ready: *mut bool,
) -> ResultExpand description
Checks if you can read a DSP register
ยงArguments
regNo- Offset of the hardware register, base address is 0x1EC40000is_ready- Pointer to write the ready status to.
This call might hang if the data is not ready. See DSP_SendDataIsEmpty.