Searched refs:levels (Results 1 – 25 of 33) sorted by relevance
12
/hal_espressif-3.4.0/components/log/ |
D | README.rst | 11 - **At runtime**: all logs for verbosity levels lower than :ref:`CONFIG_LOG_DEFAULT_LEVEL` are enab… 13 There are the following verbosity levels: 23 …The function :cpp:func:`esp_log_level_set` cannot set logging levels higher than specified by :ref… 41 Several macros are available for different verbosity levels:
|
/hal_espressif-3.4.0/examples/wifi/ftm/main/ |
D | Kconfig.projbuild | 27 bool "Show RSSI levels"
|
/hal_espressif-3.4.0/docs/en/api-guides/ |
D | hlinterrupts.rst | 7 The Xtensa architecture has support for 32 interrupts, divided over 7 levels (levels 1 to 7, with 7…
|
D | linker-script-generation.rst | 74 It is possible to specify placements at the following levels of granularity: 411 There are three levels of placement granularity:
|
D | hardware-abstraction.rst | 4 … are a group of API that allow users to control peripherals at differing levels of abstraction, as…
|
/hal_espressif-3.4.0/components/esp32c3/ |
D | Kconfig | 77 …#The voltage levels here are estimates, more work needs to be done to figure out the exact voltages 78 #of the brownout threshold levels.
|
/hal_espressif-3.4.0/components/esp32h2/ |
D | Kconfig | 73 …#The voltage levels here are estimates, more work needs to be done to figure out the exact voltages 74 #of the brownout threshold levels.
|
/hal_espressif-3.4.0/components/hal/ |
D | README.md | 10 The abstraction design is actually two levels -- often somtimes `xxx_hal.h` includes a lower-level …
|
/hal_espressif-3.4.0/examples/storage/ext_flash_fatfs/ |
D | README.md | 24 …ash chip connected to the ESP32. The SPI Flash chip must have 3.3V logic levels. The example has b…
|
/hal_espressif-3.4.0/docs/en/api-reference/ |
D | template.rst | 28 …3. To distinguish between sections, use the following `heading levels <http://www.sphinx-doc.org/e…
|
/hal_espressif-3.4.0/components/esp32s2/ |
D | Kconfig | 277 …#The voltage levels here are estimates, more work needs to be done to figure out the exact voltages 278 #of the brownout threshold levels.
|
/hal_espressif-3.4.0/components/esp32s3/ |
D | Kconfig | 349 …#The voltage levels here are estimates, more work needs to be done to figure out the exact voltages 350 #of the brownout threshold levels.
|
/hal_espressif-3.4.0/tools/ |
D | idf_tools.py | 392 def strip_container_dirs(path, levels): # type: (str, int) -> None argument 393 assert levels > 0 402 for level in range(levels):
|
/hal_espressif-3.4.0/docs/en/api-reference/protocols/ |
D | mqtt.rst | 15 …hing, authentication, last will messages, keep alive pings and all 3 QoS levels (it should be a fu…
|
/hal_espressif-3.4.0/ |
D | .pylintrc | 50 # Only show warnings with the listed confidence levels. Leave empty to show 51 # all. Valid levels: HIGH, INFERENCE, INFERENCE_FAILURE, UNDEFINED.
|
D | Kconfig | 230 Note that custom optimization levels may be unsupported.
|
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/ |
D | ledc.rst | 169 …ere from 0 to 100% with a resolution of ~0.012% (2 ** 13 = 8192 discrete levels of the LED intensi…
|
/hal_espressif-3.4.0/docs/en/api-guides/performance/ |
D | speed.rst | 147 ESP-IDF starts a number of system tasks at fixed priority levels. Some are automatically started du… 151 Header :idf_file:`components/esp_system/include/esp_task.h` contains macros for the priority levels…
|
/hal_espressif-3.4.0/docs/en/api-reference/provisioning/ |
D | provisioning.rst | 73 There are two levels of security schemes. The developer may select one or combination depending on …
|
/hal_espressif-3.4.0/docs/en/api-reference/system/ |
D | heap_debug.rst | 92 …debugging``. The setting :ref:`CONFIG_HEAP_CORRUPTION_DETECTION` can be set to one of three levels: 451 …in the heap leak trace if the data was received/transmitted by the lower levels of the network whi…
|
/hal_espressif-3.4.0/components/esp32/ |
D | Kconfig | 551 …#The voltage levels here are estimates, more work needs to be done to figure out the exact voltages 552 #of the brownout threshold levels.
|
/hal_espressif-3.4.0/docs/en/get-started-legacy/ |
D | index.rst | 298 … ``CHIP_PU`` (EN) pins of {IDF_TARGET_NAME}, thus changes in the voltage levels of DTR and RTS wil…
|
/hal_espressif-3.4.0/docs/en/api-guides/jtag-debugging/ |
D | index.rst | 96 …rate JTAG adapter, look for one that is compatible with both the voltage levels on the {IDF_TARGET…
|
/hal_espressif-3.4.0/components/esptool_py/esptool/docs/en/advanced-topics/ |
D | boot-mode-selection.rst | 118 …N`` (``CHIP_PU``) pins of {IDF_TARGET_NAME}, thus changes in the voltage levels of ``DTR`` and ``R…
|
/hal_espressif-3.4.0/components/freertos/port/xtensa/ |
D | readme_xtensa.txt | 619 Medium priority interrupts are those at levels 2 up to XCHAL_EXCM_LEVEL, 622 Interrupt levels above XCHAL_EXCM_LEVEL are of the high-priority class.
|
12