Function ctru_sys::aptSendCommand
source · pub unsafe extern "C" fn aptSendCommand(
aptcmdbuf: *mut u32_
) -> Result
Expand description
Sends an APT command through IPC, taking care of locking, opening and closing an APT session.
§Arguments
aptcmdbuf
- Pointer to command buffer (should have capacity for at least 16 words).