embassy-rp

Crates

git

Versions

rp235xb

Flavors

Function embassy_rp::rom_data::bootrom_state_reset

source ·
pub unsafe extern "C" fn bootrom_state_reset(flags: u32)
Expand description

Resets internal bootrom state.

See datasheet section 5.5.10.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.