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.