pub unsafe extern "C" fn Y2RU_IsBusyConversion(
is_busy: *mut bool,
) -> ResultExpand description
Checks if the conversion and DMA transfer are finished.
ยงArguments
is_busy- Pointer to output the busy state to.
This can have the same problems as the event and interrupt. See Y2RU_SetTransferEndInterrupt.