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