pub unsafe extern "C" fn DSP_SendData(
regNo: u16_,
value: u16_,
) -> ResultExpand description
Writes to a DSP register
ยงArguments
regNo- Offset of the hardware register, base address is 0x1EC40000value- Value to write.
This call might hang if the SendData is not empty. See DSP_SendDataIsEmpty.