Function ctru_sys::FSUSER_CardNorDirectRead
source · pub unsafe extern "C" fn FSUSER_CardNorDirectRead(
commandId: u8_,
size: u32_,
output: *mut c_void
) -> Result
Expand description
Executes a CARDNOR direct read.
§Arguments
commandId
- ID of the command.size
- Size of the output buffer.output
- Output buffer.