Embassy
embassy-stm32

Crates

git

Versions

stm32l053c6

Flavors

Function embassy_stm32::low_power::stop_ready

source ·
pub fn stop_ready(stop_mode: StopMode) -> bool
Expand description

Get whether the core is ready to enter the given stop mode.

This will return false if some peripheral driver is in use that prevents entering the given stop mode.