Lines Matching refs:can
9 Power management algorithm included in ESP-IDF can adjust the advanced peripheral bus (APB) frequen…
11 Application components can express their requirements by creating and acquiring power management lo…
15 - Driver for a peripheral clocked from APB can request the APB frequency to be set to 80 MHz while …
16 - RTOS can request the CPU to run at the highest configured frequency while there are tasks ready t…
24 Power management can be enabled at compile time, using the option :ref:`CONFIG_PM_ENABLE`.
28 Dynamic frequency scaling (DFS) and automatic light sleep can be enabled in an application by calli…
31 …can be set to the XTAL frequency value, or the XTAL frequency divided by an integer. Note that 10 …
43 …nerated. A wakeup source described in the :doc:`sleep_modes` documentation can be used to trigger …
47 For example, the EXT0 and EXT1 wakeup sources can be used to wake up the chip via a GPIO.
66 …e set with :cpp:func:`esp_pm_configure`. For {IDF_TARGET_NAME}, this value can be set to 80 MHz, 1…
75 … frequencies will be switched if dynamic frequency scaling is enabled. You can specify the maximum…
93 To skip unnecessary wake-up you can consider initializing an esp_timer with the `skip_unhandled_eve…
99 When DFS is enabled, the APB frequency can be changed multiple times within a single RTOS tick. The…