pub unsafe extern "C" fn get_partition_table_info(
out_buffer: *mut u32,
out_buffer_word_size: usize,
flags_and_partition: u32,
) -> i32
Expand description
Fills a buffer with information from the partition table.
Note that this API is also used to return information over the PICOBOOT interface.
See datasheet section 5.5.11.2 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.