Function ctru_sys::Y2RU_GetTransferEndEvent
source · pub unsafe extern "C" fn Y2RU_GetTransferEndEvent(
end_event: *mut Handle
) -> Result
Expand description
Gets an handle to the end of conversion event.
§Arguments
end_event
- Pointer to the event handle to be set to the end of conversion event. It isn’t necessary to create or close this handle.
To enable this event you have to use C} Y2RU_SetTransferEndInterrupt(true);The event will be triggered when the corresponding interrupt is fired.
Note: It is recommended to use a timeout when waiting on this event, as it sometimes (but rarely) isn’t triggered.