Function ctru_sys::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.