Lines Matching refs:to
10 longer time to enter idle state), and it also reduces accuracy of
20 Max CPU frequency is set to DEFAULT_CPU_FREQ_MHZ setting,
21 min frequency is set to XTAL frequency.
33 This feature can be used to analyze which locks are preventing the chip
43 If enabled, some GPIOs will be used to signal events such as RTOS ticks,
44 frequency switching, entry/exit from idle state. Refer to pm_trace.c
46 This feature is intended to be used when analyzing/debugging behavior
56 This feature is intended to be used when lower power consumption is needed
57 while there is enough place in IRAM to place source code.
65 This feature is intended to be used when lower power consumption is needed
66 while there is enough place in IRAM to place source code.
72 … This feature is intended to disable all GPIO pins at automantic sleep to get a lower power mode.
73 …If enabled, chips will disable all GPIO pins at automantic sleep to reduce about 200~300 uA curren…
74 If you want to specifically use some pins normally as chip wakes when chip sleeps,
75 you can call 'gpio_sleep_sel_dis' to disable this feature on those pins.
77 to have a different GPIO configuration at sleep.
78 …Waring: If you want to enable this option on ESP32, you should enable `GPIO_ESP32_SUPPORT_SWITCH_S…
79 at first, otherwise you will not be able to switch pullup/pulldown mode.
90 This option is invisible to users, and it is only used for ci testing,
110 … cache configuration, if this option is enabled, it will consume up to 9 KB of internal RAM.
119 … time to keep the system running. Enabling this option will increase static RAM and heap usage,
120 … the actual cost depends on the peripherals you have initialized. In order to save/restore the
121 … context of the necessary hardware for FreeRTOS to run, it will need at least 4.55 KB free heap
126 … the peripherals that have not saved the running context are equivalent to performing a reset.
132 …be powered down, the uart FIFO will be flushed before sleep to avoid data loss, however, this has …
133 …potential to block the sleep process and cause the wakeup time to be skipped, which will cause the…
134 …of freertos to not be compensated correctly when returning from sleep and cause the system to cras…