pub unsafe extern "C" fn Y2RU_IsDoneReceiving(
is_done: *mut bool,
) -> ResultExpand description
Checks if the DMA has finished sending the converted result.
ยงArguments
is_done- Pointer to the boolean that will hold the result.
True if the DMA has finished transferring data to your destination buffer, false otherwise.