Home
last modified time | relevance | path

Searched refs:taken (Results 1 – 25 of 37) sorted by relevance

12

/hal_espressif-3.6.0/examples/system/perfmon/
DREADME.md59 transfers to the target (aka. taken branch),
61 the loop (aka. not-taken loop)
71 falls through (aka. not-taken branch)
74 Loop instr where execution falls into loop (aka. taken loop)
78 to LBEG (aka. loopback taken)
335 transfers to the target (aka. taken branch),
337 the loop (aka. not-taken loop)
341 falls through (aka. not-taken branch)
342 Loop instr where execution falls into loop (aka. taken loop)
344 to LBEG (aka. loopback taken)
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c1032 BaseType_t taken = xSemaphoreTake(cdc_dev->data.out_mux, pdMS_TO_TICKS(timeout_ms)); in cdc_acm_host_data_tx_blocking() local
1033 if (taken != pdTRUE) { in cdc_acm_host_data_tx_blocking()
1044taken = xSemaphoreTake((SemaphoreHandle_t)cdc_dev->data.out_xfer->context, pdMS_TO_TICKS(timeout_m… in cdc_acm_host_data_tx_blocking()
1045 if (!taken) { in cdc_acm_host_data_tx_blocking()
1118 BaseType_t taken = xSemaphoreTake(cdc_dev->ctrl_mux, pdMS_TO_TICKS(1000)); in send_cdc_request() local
1119 if (!taken) { in send_cdc_request()
1141taken = xSemaphoreTake((SemaphoreHandle_t)cdc_dev->ctrl_transfer->context, pdMS_TO_TICKS(1000)); /… in send_cdc_request()
1142 if (!taken) { in send_cdc_request()
/hal_espressif-3.6.0/examples/custom_bootloader/
DREADME.md16 as it is part of `bootloader_components`, it will be taken into account
/hal_espressif-3.6.0/docs/en/get-started/
Dwindows-setup-update.rst20 … the specific version of the tool is already installed, no action will be taken. The tools are dow…
/hal_espressif-3.6.0/components/esp_wifi/
DKconfig259 … If already enabled ESP32_WIFI_IRAM_OPT, the other 7.3KB IRAM memory would be taken by this option.
260 …If already enabled ESP32_WIFI_RX_IRAM_OPT, the other 1.3KB IRAM memory would be taken by this opti…
261 … If neither of them are enabled, the other 7.4KB IRAM memory would be taken by this option.
/hal_espressif-3.6.0/components/log/
DKconfig105 - System time is taken from POSIX time functions which use the ESP32's
/hal_espressif-3.6.0/examples/peripherals/lcd/lvgl/
DREADME.md7 This example can be taken as a skeleton of porting the LVGL library onto the `esp_lcd` driver layer…
/hal_espressif-3.6.0/docs/en/api-reference/provisioning/
Dprotocomm.rst16 …PD), BLE, console - in which case the handler invocation is automatically taken care of on the dev…
/hal_espressif-3.6.0/components/spiffs/
DKconfig83 If this option is enabled, symbolic links are taken into account
/hal_espressif-3.6.0/examples/wifi/roaming/
DREADME.md32 All the logs are taken after debug enabled:
/hal_espressif-3.6.0/components/esp32s3/
DKconfig281 … has taken through the program. This is stored in a chunk of 32K (16K for single-processor)
292 … has taken through the program. This is stored in a chunk of 32K (16K for single-processor)
/hal_espressif-3.6.0/examples/protocols/http_server/ws_echo_server/
DREADME.md18 This feature is very limited, and a special care must be taken while implementing websocket URI han…
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dintr_alloc.rst90 …Care should be taken when calling :cpp:func:`esp_intr_alloc` from a task which is not pinned to a …
/hal_espressif-3.6.0/
D.pylintrc245 # The total number of similar names that should be taken in consideration when
494 # These decorators are taken in consideration only for invalid-name.
/hal_espressif-3.6.0/docs/en/api-guides/
Dulp-risc-v.rst30 To compile the ULP-RISC-V code as part of the component, the following steps must be taken:
Dulp-legacy.rst29 To compile the ULP code as part of the component, the following steps must be taken:
Dulp_instruction_set.rst509 …Therefore the execution time will depend on the branches taken: either 2 cycles to execute + 2 cyc…
559 …Therefore the execution time will depend on the branches taken: either 2 cycles to execute + 2 cyc…
Dmemory-types.rst205 …. If the stack of a task is placed in the PSRAM, several steps have to be taken as described in :d…
Dulp.rst36 To compile the ULP code as part of the component, the following steps must be taken:
Dulps2_instruction_set.rst741 …Therefore the execution time will depend on the branches taken: either 2 cycles to execute + 2 cyc…
789 …Therefore the execution time will depend on the branches taken: either 2 cycles to execute + 2 cyc…
/hal_espressif-3.6.0/docs/en/api-reference/protocols/
Dmodbus.rst324 …e parameters of a Modbus slave device. The additional data for request is taken from parameter des…
359 …n corresponded slave device. The additional data for parameter request is taken from master parame…
/hal_espressif-3.6.0/tools/cmake/
Dproject.cmake334 # PROJECT_NAME is taken from the passed name from project() call
/hal_espressif-3.6.0/components/esp32s2/
DKconfig213 … has taken through the program. This is stored in a chunk of 32K (16K for single-processor)
/hal_espressif-3.6.0/components/esp32/
DKconfig481 … has taken through the program. This is stored in a chunk of 32K (16K for single-processor)
492 … has taken through the program. This is stored in a chunk of 32K (16K for single-processor)
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dadc.rst171 The ADC should be configured before reading is taken.

12