embassy-rp

Crates

git

Versions

rp2040

Flavors

embassy_rp::clocks

Function dormant_sleep

Source
pub fn dormant_sleep()
Expand description

Enter the DORMANT sleep state. This will stop all internal clocks and can only be exited through resets, dormant-wake GPIO interrupts, and RTC interrupts. If RTC is clocked from an internal clock source it will be stopped and not function as a wakeup source.