pub unsafe extern "C" fn FSPXI_CardNorDirectWrite(
    serviceHandle: Handle,
    commandId: u8_,
    size: u32_,
    input: *const c_void
) -> Result
Expand description

Executes a CARDNOR direct write.

§Arguments

  • commandId - ID of the command.
  • size - Size of the input buffer.
  • output - Input buffer.

Stubbed in latest firmware, since ?.?.?