Searched refs:processed (Results 1 – 25 of 26) sorted by relevance
12
/hal_espressif-3.6.0/components/esp_http_server/ |
D | Kconfig | 7 …is sets the maximum supported size of headers section in HTTP request packet to be processed by the 14 This sets the maximum supported size of HTTP request URI to be processed by the server 28 … received from the HTTP client in the request, but not processed as part of the server HTTP request
|
/hal_espressif-3.6.0/components/esp_timer/src/ |
D | esp_timer.c | 334 bool processed = false; in timer_process_alarm() local 342 processed = true; in timer_process_alarm() 381 …if (dispatch_method == ESP_TIMER_TASK || (dispatch_method != ESP_TIMER_TASK && processed == true))… in timer_process_alarm() 385 if (processed) { in timer_process_alarm() 390 return processed; in timer_process_alarm()
|
/hal_espressif-3.6.0/components/esp_system/ld/ |
D | ld.cmake | 1 # For each supported target, a memory.ld.in and sections.ld.in is processed and dictate the
|
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | esp_timer.rst | 66 Timer callbacks which are processed by ``ESP_TIMER_ISR`` method should not call the context switch … 67 The context switch will be done after all ISR dispatch timers have been processed, if required by t… 92 In the worst case, when the timer has not been processed for more than one period (for periodic tim…
|
/hal_espressif-3.6.0/examples/network/network_tests/ |
D | README.md | 50 …in/stdout, where after propagating over USB/UART to the ESP32 board are processed in the network s…
|
/hal_espressif-3.6.0/docs/en/api-guides/esp-ble-mesh/ |
D | ble-mesh-terminology.rst | 133 …ress field of a message. Messages sent to a unicast address can only be processed by the element t… 139 …processed by the primary element of all nodes that have the proxy functionality enabled. A message…
|
D | ble-mesh-architecture.rst | 224 …ses layer-based approach. The sequence of layers which data packets are processed through is fixed…
|
/hal_espressif-3.6.0/tools/cmake/ |
D | build.cmake | 184 # @note This command does not guarantee that the component will be processed 368 # is processed for; defaults to CMAKE_SOURCE_DIR 386 # are processed.
|
D | component.cmake | 318 # Links public and private requirements for the currently processed component
|
/hal_espressif-3.6.0/components/ulp/cmake/ |
D | CMakeLists.txt | 77 #dummy loop to force pre-processed linker file generation:
|
/hal_espressif-3.6.0/tools/kconfig_new/ |
D | README.md | 70 After a request is processed, a response is printed to stdout similar to this:
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_act.c | 1929 BOOLEAN processed = FALSE; in bta_gattc_process_srvc_chg_ind() local 1953 processed = TRUE; in bta_gattc_process_srvc_chg_ind() 1994 return processed; in bta_gattc_process_srvc_chg_ind()
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | ulp-risc-v.rst | 57 …p generates the object files (.obj.c or .obj.S depending of source file processed) in the componen…
|
D | linker-script-generation.rst | 18 …, the information presented by the components are collected, parsed and processed; and the placeme… 607 …/* Placement rules generated from the processed fragments, placed where the marker was in the temp…
|
D | startup.rst | 80 Once all segments are processed - meaning code is loaded and flash MMU is set up, second stage boot…
|
D | app_trace.rst | 67 … transferred in every direction and how these data must be interpreted (processed). The following … 269 …ng with the format string address to the host. On the host log data are processed and printed out …
|
D | build-system.rst | 422 - ``ESP_PLATFORM``: Set to 1 when the CMake file is processed within ESP-IDF build system. 948 …will be placed in memory through linker fragment files. These files are processed by the build sys… 1241 This command does not guarantee that the component will be processed during build (see the `COMPONE… 1266 …ents, so on and so forth. If not specified, all components known to the build system are processed. 1522 …This phase builds a final list of components to be processed in the build, and is performed in the…
|
D | unit-tests.rst | 124 … into files grouped by functions, but make sure all these files will be processed by the compiler.…
|
D | build-system-legacy.rst | 491 …will be placed in memory through linker fragment files. These files are processed by the build sys…
|
D | wifi.rst | 1404 …processed by the Wi-Fi driver, and the application does not need to care about them. Some applicat…
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | sdio_slave.rst | 192 4. Pass the handle of processed buffer back to the driver by ``sdio_recv_load_buf`` again.
|
/hal_espressif-3.6.0/docs/en/api-guides/performance/ |
D | ram-usage.rst | 54 …n where jobs are serialized into a FreeRTOS queue (or similar) and then processed by generic worke…
|
/hal_espressif-3.6.0/docs/en/security/ |
D | secure-boot-v2.rst | 329 * Keys are processed in a linear order. (key #0, key #1, key #2).
|
/hal_espressif-3.6.0/components/freertos/port/xtensa/ |
D | readme_xtensa.txt | 584 Any remaining exceptions are processed as follows:
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 251 be processed and notified to the application layer by Provisioner.
|
12