pub unsafe extern "C" fn DSP_SendDataIsEmpty(
regNo: u16_,
is_empty: *mut bool,
) -> ResultExpand 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.