Searched refs:taken (Results 1 – 25 of 37) sorted by relevance
12
/hal_espressif-3.6.0/examples/system/perfmon/ |
D | README.md | 59 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/ |
D | cdc_acm_host.c | 1032 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() 1044 …taken = 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() 1141 …taken = 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/ |
D | README.md | 16 as it is part of `bootloader_components`, it will be taken into account
|
/hal_espressif-3.6.0/docs/en/get-started/ |
D | windows-setup-update.rst | 20 … 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/ |
D | Kconfig | 259 … 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/ |
D | Kconfig | 105 - System time is taken from POSIX time functions which use the ESP32's
|
/hal_espressif-3.6.0/examples/peripherals/lcd/lvgl/ |
D | README.md | 7 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/ |
D | protocomm.rst | 16 …PD), BLE, console - in which case the handler invocation is automatically taken care of on the dev…
|
/hal_espressif-3.6.0/components/spiffs/ |
D | Kconfig | 83 If this option is enabled, symbolic links are taken into account
|
/hal_espressif-3.6.0/examples/wifi/roaming/ |
D | README.md | 32 All the logs are taken after debug enabled:
|
/hal_espressif-3.6.0/components/esp32s3/ |
D | Kconfig | 281 … 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/ |
D | README.md | 18 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/ |
D | intr_alloc.rst | 90 …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 | .pylintrc | 245 # 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/ |
D | ulp-risc-v.rst | 30 To compile the ULP-RISC-V code as part of the component, the following steps must be taken:
|
D | ulp-legacy.rst | 29 To compile the ULP code as part of the component, the following steps must be taken:
|
D | ulp_instruction_set.rst | 509 …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…
|
D | memory-types.rst | 205 …. If the stack of a task is placed in the PSRAM, several steps have to be taken as described in :d…
|
D | ulp.rst | 36 To compile the ULP code as part of the component, the following steps must be taken:
|
D | ulps2_instruction_set.rst | 741 …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/ |
D | modbus.rst | 324 …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/ |
D | project.cmake | 334 # PROJECT_NAME is taken from the passed name from project() call
|
/hal_espressif-3.6.0/components/esp32s2/ |
D | Kconfig | 213 … has taken through the program. This is stored in a chunk of 32K (16K for single-processor)
|
/hal_espressif-3.6.0/components/esp32/ |
D | Kconfig | 481 … 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/ |
D | adc.rst | 171 The ADC should be configured before reading is taken.
|
12