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