pub unsafe extern "C" fn FSPXI_CardNorDirectCpuWriteWithoutVerify(
    serviceHandle: Handle,
    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.