pub unsafe extern "C" fn flash_op_ns(
flags: u32,
addr: u32,
size_bytes: u32,
buffer: *mut u8,
) -> i32
Expand description
Non-secure version of flash_op()
Supported architectures: ARM-NS
ยงSafety
This is a low-level C function. It may be difficult to call safely from Rust. If in doubt, check the rp235x datasheet for details and do your own safety evaluation.