Function ctru_sys::Y2RU_IsDoneSendingV
source · pub unsafe extern "C" fn Y2RU_IsDoneSendingV(
is_done: *mut bool
) -> Result
Expand description
Checks if the DMA has finished sending the V buffer.
§Arguments
is_done
- Pointer to the boolean that will hold the result.
True if the DMA has finished transferring the V plane, false otherwise. To be used with Y2RU_SetSendingV.