pub unsafe extern "C" fn FSUSER_CardNorDirectCpuWriteWithoutVerify(
address: u32_,
size: u32_,
input: *const c_void
) -> Result
Expand description
Executes a CARDNOR direct CPU write without verify.
§Arguments
address
- Address to provide.size
- Size of the input buffer.output
- Input buffer.