embassy-rp

Crates

git

Versions

rp235xb

Flavors

Function embassy_rp::rom_data::get_uf2_target_partition

source ·
pub unsafe extern "C" fn get_uf2_target_partition(
    workarea_base: *mut u8,
    workarea_size: usize,
    family_id: u32,
    partition_out: *mut u32,
) -> i32
Expand description

Not yet documented.

See datasheet section 5.5.12.4 for more details.

Supported architectures: ARM-S, RISC-V

§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.