Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/cxx/test/
Dtest_initialization.cpp95 task_count += start_slow_init_task<1>(1, APP_CPU_NUM);
103 task_count += start_slow_init_task<2>(1, APP_CPU_NUM);
/hal_espressif-3.6.0/zephyr/esp_shared/src/host_flash/
Dcache_utils.c115 int other_cpu = (cpu_id == PRO_CPU_NUM) ? APP_CPU_NUM : PRO_CPU_NUM; in spi_flash_disable_interrupts_caches_and_other_cpu()
130 int other_cpu = (cpu_id == PRO_CPU_NUM) ? APP_CPU_NUM : PRO_CPU_NUM; in spi_flash_enable_interrupts_caches_and_other_cpu()
/hal_espressif-3.6.0/components/esp_hw_support/include/soc/esp32s3/
Dsoc_memprot_types.h63 .target_cpu[] = {PRO_CPU_NUM, APP_CPU_NUM} \
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32/
Dcache_err_int.c102 return APP_CPU_NUM; in esp_cache_err_get_cpuid()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s3/
Dcache_err_int.c121 return APP_CPU_NUM; in esp_cache_err_get_cpuid()
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc.h24 #define APP_CPU_NUM (1) macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc.h25 #define APP_CPU_NUM (1) macro