pub extern "C" fn reboot(
flags: u32,
delay_ms: u32,
p0: u32,
p1: u32,
) -> i32
Expand description
Resets the RP2350 and uses the watchdog facility to restart.
See datasheet section 5.5.10.1 for more details.
Supported architectures: ARM-S, RISC-V