Function ctru_sys::Y2RU_IsBusyConversion
source · 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.