Function ctru_sys::FSPXI_CardNorDirectWriteWithAddress
source · pub unsafe extern "C" fn FSPXI_CardNorDirectWriteWithAddress(
serviceHandle: Handle,
commandId: u8_,
address: u32_,
size: u32_,
input: *const c_void
) -> Result
Expand description
Executes a CARDNOR direct write with an address.
§Arguments
commandId
- ID of the command.address
- Address to provide.size
- Size of the input buffer.input
- Input buffer.