Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/hal/esp32s3/include/hal/
Dmemprot_ll.h149 case APP_CPU_NUM: in memprot_ll_iram0_get_intr_source_num()
392 case APP_CPU_NUM: in memprot_ll_iram0_set_monitor_lock()
411 case APP_CPU_NUM: in memprot_ll_iram0_get_monitor_lock()
438 case APP_CPU_NUM: in memprot_ll_iram0_set_monitor_en()
464 case APP_CPU_NUM: in memprot_ll_iram0_get_monitor_en()
483 case APP_CPU_NUM: in memprot_ll_iram0_set_monitor_intrclr()
505 case APP_CPU_NUM: in memprot_ll_iram0_reset_monitor_intrclr()
524 case APP_CPU_NUM: in memprot_ll_iram0_get_monitor_intrclr()
540 case APP_CPU_NUM: in memprot_ll_iram0_get_monitor_enable_register()
557 case APP_CPU_NUM: in memprot_ll_iram0_get_monitor_status_intr()
[all …]
/hal_espressif-3.7.0/components/esp_hw_support/include/soc/esp32s3/
Dsoc_memprot_types.h93 .target_cpu = {PRO_CPU_NUM, APP_CPU_NUM} \
98 .target_cpu = {PRO_CPU_NUM, APP_CPU_NUM} \
/hal_espressif-3.7.0/components/esp_hw_support/port/esp32s3/
Desp_memprot.c543 c = APP_CPU_NUM; in esp_mprot_get_active_intr()
564 c = APP_CPU_NUM; in esp_mprot_get_active_intr()
585 c = APP_CPU_NUM; in esp_mprot_get_active_intr()
652 …_MEMPROT_ERR_CHECK(err, esp_mprot_get_monitor_lock(MEMPROT_TYPE_IRAM0_SRAM, &lock_on, APP_CPU_NUM)) in esp_mprot_is_conf_locked_any()
671 …MEMPROT_ERR_CHECK(err, esp_mprot_get_monitor_lock(MEMPROT_TYPE_DRAM0_SRAM, &lock_on, APP_CPU_NUM)); in esp_mprot_is_conf_locked_any()
687 …P_MEMPROT_ERR_CHECK(err, esp_mprot_get_pms_lock(MEMPROT_TYPE_IRAM0_RTCFAST, &lock_on, APP_CPU_NUM)) in esp_mprot_is_conf_locked_any()
690 …PROT_ERR_CHECK(err, esp_mprot_get_monitor_lock(MEMPROT_TYPE_IRAM0_RTCFAST, &lock_on, APP_CPU_NUM)); in esp_mprot_is_conf_locked_any()
713 …ESP_MEMPROT_ERR_CHECK(err, esp_mprot_get_monitor_en(MEMPROT_TYPE_IRAM0_SRAM, &ena_on, APP_CPU_NUM)) in esp_mprot_is_intr_ena_any()
724 …ESP_MEMPROT_ERR_CHECK(err, esp_mprot_get_monitor_en(MEMPROT_TYPE_DRAM0_SRAM, &ena_on, APP_CPU_NUM)) in esp_mprot_is_intr_ena_any()
735 …_MEMPROT_ERR_CHECK(err, esp_mprot_get_monitor_en(MEMPROT_TYPE_IRAM0_RTCFAST, &ena_on, APP_CPU_NUM)) in esp_mprot_is_intr_ena_any()
[all …]
/hal_espressif-3.7.0/components/esp_system/port/soc/esp32s3/
Dcache_err_int.c80 return APP_CPU_NUM; in esp_cache_err_get_cpuid()
/hal_espressif-3.7.0/components/esp_system/port/soc/esp32/
Dcache_err_int.c93 return APP_CPU_NUM; in esp_cache_err_get_cpuid()
/hal_espressif-3.7.0/zephyr/port/host_flash/
Dcache_utils.c148 int other_cpu = (cpu_id == PRO_CPU_NUM) ? APP_CPU_NUM : PRO_CPU_NUM; in spi_flash_disable_interrupts_caches_and_other_cpu()
163 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.7.0/components/soc/esp32s3/include/soc/
Dsoc.h18 #define APP_CPU_NUM (1) macro
/hal_espressif-3.7.0/components/soc/esp32/include/soc/
Dsoc.h19 #define APP_CPU_NUM (1) macro