Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/controller/esp32/
Dhli_api.c143 static DRAM_ATTR char scratch[HLI_QUEUE_MAX_ELEM_SIZE]; in queue_isr_handler() local
144 while (hli_queue_get(queue, scratch)) { in queue_isr_handler()
147 customer_swisr_handle((customer_swisr_t *)scratch); in queue_isr_handler()
151 res = xQueueSendFromISR(queue->downstream, scratch, &do_yield); in queue_isr_handler()
/hal_espressif-latest/components/esp_system/
Dint_wdt.c122 uint32_t eriadrs, scratch = 0, immediate = 0; in esp_int_wdt_init() local
138 : [ERI] "=r" (eriadrs), [REG] "+r" (scratch), [IMM] "+r" (immediate) in esp_int_wdt_init()