Function FSUSER_GetNandLog

Source
pub unsafe extern "C" fn FSUSER_GetNandLog(
    out: *mut u8_,
    length: u32_,
) -> Result
Expand description

Gets the NAND log.

ยงArguments

  • out - Pointer to output the log to.
  • length - Length of the log buffer.