Home
last modified time | relevance | path

Searched refs:scratch (Results 1 – 25 of 42) sorted by relevance

12

/hal_espressif-3.4.0/docs/zh_CN/get-started/
Dtoolchain-setup-scratch.rst24 windows-setup-scratch
25 linux-setup-scratch
26 macos-setup-scratch
Dmacos-setup-scratch.rst72 .. include-build-file:: inc/scratch-build-code.inc
/hal_espressif-3.4.0/docs/zh_CN/get-started-legacy/
Dtoolchain-setup-scratch.rst24 windows-setup-scratch
25 linux-setup-scratch
26 macos-setup-scratch
Dwindows-setup-scratch.rst12 .. _configure-windows-toolchain-from-scratch-legacy:
91 如果您已完成了 :ref:`configure-windows-toolchain-from-scratch-legacy` 中介绍的所有步骤,则已经拥有了工具链,这里无需重复下载。
Dmacos-setup.rst59 macos-setup-scratch
Dwindows-setup.rst69 windows-setup-scratch
Dmacos-setup-scratch.rst60 .. include-build-file:: inc/scratch-build-code.inc
Dlinux-setup-scratch.rst61 .. include-build-file:: inc/scratch-build-code.inc
Dlinux-setup.rst102 linux-setup-scratch
/hal_espressif-3.4.0/components/esp_http_server/src/
Dhttpd_txrx.c250 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()
Dhttpd_parse.c148 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()
Desp_httpd_priv.h82 …char scratch[HTTPD_SCRATCH_BUF + 1]; /*!< Temporary buffer for our operations (1 byte e… member
/hal_espressif-3.4.0/docs/
Dpage_redirects.txt43 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/
Dtoolchain-setup-scratch.rst24 windows-setup-scratch
25 linux-setup-scratch
26 macos-setup-scratch
Dmacos-setup-scratch.rst10 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/
Dtoolchain-setup-scratch.rst24 windows-setup-scratch
25 linux-setup-scratch
26 macos-setup-scratch
Dmacos-setup-scratch.rst10 …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
Dlinux-setup-scratch.rst10 …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
Dmacos-setup.rst59 macos-setup-scratch
/hal_espressif-3.4.0/components/bt/controller/esp32/
Dhli_api.c152 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/
Drest_server.c33 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/
Dint_wdt.c130 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/
Dfile_server.c40 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/
Dxtensa_vectors.S144 .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/
Dipc.rst69 - ``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 …

12