Function ctru_sys::cfgnorWriteFlash

source ·
pub unsafe extern "C" fn cfgnorWriteFlash(
    buf: *mut u32_,
    size: u32_
) -> Result
Expand description

Writes the NOR flash.

§Arguments

  • buf - Buffer to write from.
  • size - Size of the buffer.