pub unsafe extern "C" fn Y2RU_IsBusyConversion(
    is_busy: *mut bool
) -> Result
Expand 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.