esp_pm_impl_switch_mode() function
Switch between power modes when lock is taken or released
Arguments
mode
pm_mode_t corresponding to the lock being taken or released, as returned by esp_pm_impl_get_mode
lock_or_unlock
- MODE_LOCK: lock was taken. Implementation needs to make sure that the constraints of the lock are met by switching to the given 'mode' or any of the higher power ones. - MODE_UNLOCK: lock was released. If all the locks for given mode are released, and no locks for higher power modes are taken, implementation can switch to one of lower power modes.
now
timestamp when the lock was taken or released. Passed as a minor optimization, so that the implementation does not need to call pm_get_time again.
esp_pm_impl_switch_mode() is called by 2 functions and calls 4 functions:
![]()
esp_pm_impl_switch_mode()
esp_pm_impl_switch_mode() reads 4 variables and writes 1 variable:
![]()
esp_pm_impl_switch_mode()