pub unsafe extern "C" fn FSUSER_CardNorDirectRead_4xIO(
commandId: u8_,
address: u32_,
size: u32_,
output: *mut c_void,
) -> ResultExpand 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.