Home
last modified time | relevance | path

Searched defs:scratch (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/esp_system/
Dint_wdt.c130 uint32_t eriadrs, scratch = 0, immediate = 0; in esp_int_wdt_init() local
/hal_espressif-3.6.0/examples/protocols/http_server/restful_server/main/
Drest_server.c33 char scratch[SCRATCH_BUFSIZE]; member
/hal_espressif-3.6.0/examples/protocols/http_server/file_serving/main/
Dfile_server.c40 char scratch[SCRATCH_BUFSIZE]; member
/hal_espressif-3.6.0/components/bt/controller/esp32/
Dhli_api.c152 static DRAM_ATTR char scratch[HLI_QUEUE_MAX_ELEM_SIZE]; in queue_isr_handler() local
/hal_espressif-3.6.0/components/esp_http_server/src/
Desp_httpd_priv.h82 …char scratch[HTTPD_SCRATCH_BUF + 1]; /*!< Temporary buffer for our operations (1 byte e… member