/hal_espressif-3.4.0/docs/zh_CN/get-started/ |
D | toolchain-setup-scratch.rst | 24 windows-setup-scratch 25 linux-setup-scratch 26 macos-setup-scratch
|
D | macos-setup-scratch.rst | 72 .. include-build-file:: inc/scratch-build-code.inc
|
/hal_espressif-3.4.0/docs/zh_CN/get-started-legacy/ |
D | toolchain-setup-scratch.rst | 24 windows-setup-scratch 25 linux-setup-scratch 26 macos-setup-scratch
|
D | windows-setup-scratch.rst | 12 .. _configure-windows-toolchain-from-scratch-legacy: 91 如果您已完成了 :ref:`configure-windows-toolchain-from-scratch-legacy` 中介绍的所有步骤,则已经拥有了工具链,这里无需重复下载。
|
D | macos-setup.rst | 59 macos-setup-scratch
|
D | windows-setup.rst | 69 windows-setup-scratch
|
D | macos-setup-scratch.rst | 60 .. include-build-file:: inc/scratch-build-code.inc
|
D | linux-setup-scratch.rst | 61 .. include-build-file:: inc/scratch-build-code.inc
|
D | linux-setup.rst | 102 linux-setup-scratch
|
/hal_espressif-3.4.0/components/esp_http_server/src/ |
D | httpd_txrx.c | 250 if (snprintf(ra->scratch, sizeof(ra->scratch), httpd_hdr_str, in httpd_resp_send() 251 ra->status, ra->content_type, buf_len) >= sizeof(ra->scratch)) { in httpd_resp_send() 256 if (httpd_send_all(r, ra->scratch, strlen(ra->scratch)) != ESP_OK) { in httpd_resp_send() 318 if (snprintf(ra->scratch, sizeof(ra->scratch), httpd_chunked_hdr_str, in httpd_resp_send_chunk() 319 ra->status, ra->content_type) >= sizeof(ra->scratch)) { in httpd_resp_send_chunk() 324 if (httpd_send_all(r, ra->scratch, strlen(ra->scratch)) != ESP_OK) { in httpd_resp_send_chunk()
|
D | httpd_parse.c | 148 ssize_t unparsed = parser_data->raw_datalen - (at - ra->scratch); in pause_parsing() 212 parser_data->last.at = ra->scratch; in cb_header_field() 318 ssize_t remaining_length = parser_data->raw_datalen - (at - ra->scratch); in cb_headers_complete() 484 ssize_t buf_len = MIN(length, (sizeof(raux->scratch) - offset)); in read_block() 492 int nbytes = httpd_recv_with_opt(req, raux->scratch + offset, buf_len, true); in read_block() 562 raux->scratch + offset, length); in parse_block() 678 memset(ra->scratch, 0, sizeof(ra->scratch)); in init_req_aux() 961 const char *hdr_ptr = ra->scratch; /*!< Request headers are kept in scratch buffer */ in httpd_req_get_hdr_value_len() 1016 const char *hdr_ptr = ra->scratch; /*!< Request headers are kept in scratch buffer */ in httpd_req_get_hdr_value_str()
|
D | esp_httpd_priv.h | 82 …char scratch[HTTPD_SCRATCH_BUF + 1]; /*!< Temporary buffer for our operations (1 byte e… member
|
/hal_espressif-3.4.0/docs/ |
D | page_redirects.txt | 43 get-started-cmake/linux-setup-scratch get-started/linux-setup-scratch 45 get-started-cmake/macos-setup-scratch get-started/macos-setup-scratch 46 get-started-cmake/toolchain-setup-scratch get-started/toolchain-setup-scratch 48 get-started-cmake/windows-setup-scratch get-started/windows-setup-scratch
|
/hal_espressif-3.4.0/docs/en/get-started/ |
D | toolchain-setup-scratch.rst | 24 windows-setup-scratch 25 linux-setup-scratch 26 macos-setup-scratch
|
D | macos-setup-scratch.rst | 10 To set up the toolchain from scratch, rather than :doc:`downloading a pre-compiled toolchain<macos-… 17 …setup>` section for some of the reasons why installing the toolchain from scratch may be necessary. 72 .. include-build-file:: inc/scratch-build-code.inc
|
/hal_espressif-3.4.0/docs/en/get-started-legacy/ |
D | toolchain-setup-scratch.rst | 24 windows-setup-scratch 25 linux-setup-scratch 26 macos-setup-scratch
|
D | macos-setup-scratch.rst | 10 …egacy>` section for some of the reasons why installing the toolchain from scratch may be necessary. 60 .. include-build-file:: inc/scratch-build-code.inc
|
D | linux-setup-scratch.rst | 10 …egacy>` section for some of the reasons why installing the toolchain from scratch may be necessary. 63 .. include-build-file:: inc/scratch-build-code.inc
|
D | macos-setup.rst | 59 macos-setup-scratch
|
/hal_espressif-3.4.0/components/bt/controller/esp32/ |
D | hli_api.c | 152 static DRAM_ATTR char scratch[HLI_QUEUE_MAX_ELEM_SIZE]; in queue_isr_handler() local 153 while (hli_queue_get(queue, scratch)) { in queue_isr_handler() 156 customer_swisr_handle((customer_swisr_t *)scratch); in queue_isr_handler() 160 res = xQueueSendFromISR(queue->downstream, scratch, &do_yield); in queue_isr_handler()
|
/hal_espressif-3.4.0/examples/protocols/http_server/restful_server/main/ |
D | rest_server.c | 33 char scratch[SCRATCH_BUFSIZE]; member 80 char *chunk = rest_context->scratch; in rest_common_get_handler() 113 char *buf = ((rest_server_context_t *)(req->user_ctx))->scratch; in light_brightness_post_handler()
|
/hal_espressif-3.4.0/components/esp_system/ |
D | int_wdt.c | 130 uint32_t eriadrs, scratch = 0, immediate = 0; in esp_int_wdt_init() local 146 : [ERI] "=r" (eriadrs), [REG] "+r" (scratch), [IMM] "+r" (immediate) in esp_int_wdt_init()
|
/hal_espressif-3.4.0/examples/protocols/http_server/file_serving/main/ |
D | file_server.c | 40 char scratch[SCRATCH_BUFSIZE]; member 253 char *chunk = ((struct file_server_data *)req->user_ctx)->scratch; in download_get_handler() 341 char *buf = ((struct file_server_data *)req->user_ctx)->scratch; in upload_post_handler()
|
/hal_espressif-3.4.0/components/freertos/port/xtensa/ |
D | xtensa_vectors.S | 144 .macro get_percpu_entry_for reg scratch 149 getcoreid \scratch 150 addx2 \reg,\reg,\scratch 153 movi \scratch,portNUM_PROCESSORS 154 mull \scratch,\reg,\scratch 156 add \reg,\scratch,\reg
|
/hal_espressif-3.4.0/docs/en/api-reference/system/ |
D | ipc.rst | 69 - ``a3/a4`` are free to use as scratch registers 100 …The number of scratch registers available for use is sufficient for most simple use cases. But if …
|