embassy-rp

Crates

git

Versions

rp235xb

Flavors

Function embassy_rp::rom_data::reboot

source ยท
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