Struct esp32_hal::clock_control::dfs::LockAwake [−][src]
pub struct LockAwake {}
Expand description
A RAII implementation of a “scoped lock” for Awake state. When this structure is dropped (falls out of scope), the lock will be unlocked. This structure is created by the lock_awake method on ClockControlConfig