embassy-rp

Crates

git

Versions

rp235xb

Flavors

Function embassy_rp::rom_data::flash_op_ns

source ·
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.