Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/
Dcache_utils.c159 uint32_t other_cpuid = (cpuid == 0) ? 1 : 0; in spi_flash_disable_interrupts_caches_and_other_cpu() local
172 assert(other_cpuid == 1); in spi_flash_disable_interrupts_caches_and_other_cpu()
185 other_cpuid = (cpuid == 0) ? 1 : 0; in spi_flash_disable_interrupts_caches_and_other_cpu()
192 …s_send_to_other_cpu = esp_ipc_call_nonblocking(other_cpuid, &spi_flash_op_block_func, (void *) oth… in spi_flash_disable_interrupts_caches_and_other_cpu()
222 spi_flash_disable_cache(other_cpuid, &s_flash_op_cache_state[other_cpuid]); in spi_flash_disable_interrupts_caches_and_other_cpu()
242 const uint32_t other_cpuid = (cpuid == 0) ? 1 : 0; in spi_flash_enable_interrupts_caches_and_other_cpu() local
243 spi_flash_restore_cache(other_cpuid, s_flash_op_cache_state[other_cpuid]); in spi_flash_enable_interrupts_caches_and_other_cpu()
275 const uint32_t other_cpuid = (cpuid == 0) ? 1 : 0; in spi_flash_disable_interrupts_caches_and_other_cpu_no_os() local
278 spi_flash_disable_cache(other_cpuid, &s_flash_op_cache_state[other_cpuid]); in spi_flash_disable_interrupts_caches_and_other_cpu_no_os()