embassy-rp

Crates

git

Versions

rp235xb

Flavors

pub unsafe extern "C" fn flash_runtime_to_storage_addr_ns(
    addr: u32,
) -> i32
Expand description

Non-secure version of flash_runtime_to_storage_addr()

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.