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