Function CFGNOR_ReadData

Source
pub unsafe extern "C" fn CFGNOR_ReadData(
    offset: u32_,
    buf: *mut u32_,
    size: u32_,
) -> Result
Expand description

Reads data from NOR.

ยงArguments

  • offset - Offset to read from.
  • buf - Buffer to read data to.
  • size - Size of the buffer.