Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/hal/esp32s3/include/hal/
Dmemprot_ll.h146 case PRO_CPU_NUM: in memprot_ll_iram0_get_intr_source_num()
386 case PRO_CPU_NUM: in memprot_ll_iram0_set_monitor_lock()
408 case PRO_CPU_NUM: in memprot_ll_iram0_get_monitor_lock()
425 case PRO_CPU_NUM: in memprot_ll_iram0_set_monitor_en()
461 case PRO_CPU_NUM: in memprot_ll_iram0_get_monitor_en()
477 case PRO_CPU_NUM: in memprot_ll_iram0_set_monitor_intrclr()
499 case PRO_CPU_NUM: in memprot_ll_iram0_reset_monitor_intrclr()
521 case PRO_CPU_NUM: in memprot_ll_iram0_get_monitor_intrclr()
537 case PRO_CPU_NUM: in memprot_ll_iram0_get_monitor_enable_register()
554 case PRO_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} \
109 .target_cpu = {PRO_CPU_NUM} \
113 .target_cpu = {PRO_CPU_NUM} \
/hal_espressif-3.7.0/zephyr/port/host_flash/
Dcache_utils.c143 int cpu_id = PRO_CPU_NUM; in spi_flash_disable_interrupts_caches_and_other_cpu()
148 int other_cpu = (cpu_id == PRO_CPU_NUM) ? APP_CPU_NUM : PRO_CPU_NUM; in spi_flash_disable_interrupts_caches_and_other_cpu()
158 int cpu_id = PRO_CPU_NUM; in spi_flash_enable_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/esp_system/port/soc/esp32s3/
Dcache_err_int.c52 if (core_id == PRO_CPU_NUM) { in esp_cache_err_int_init()
76 return PRO_CPU_NUM; in esp_cache_err_get_cpuid()
Dreset_reason.c61 s_reset_reason = get_reset_reason(esp_rom_get_reset_reason(PRO_CPU_NUM), hint); in esp_reset_reason_init()
/hal_espressif-3.7.0/components/esp_system/port/soc/esp32/
Dcache_err_int.c50 if (core_id == PRO_CPU_NUM) { in esp_cache_err_int_init()
81 return PRO_CPU_NUM; in esp_cache_err_get_cpuid()
Dreset_reason.c62 s_reset_reason = get_reset_reason(esp_rom_get_reset_reason(PRO_CPU_NUM), hint); in esp_reset_reason_init()
/hal_espressif-3.7.0/components/esp_hw_support/port/esp32s3/
Desp_memprot.c535 c = PRO_CPU_NUM; in esp_mprot_get_active_intr()
556 c = PRO_CPU_NUM; in esp_mprot_get_active_intr()
577 c = PRO_CPU_NUM; in esp_mprot_get_active_intr()
647 …_MEMPROT_ERR_CHECK(err, esp_mprot_get_monitor_lock(MEMPROT_TYPE_IRAM0_SRAM, &lock_on, PRO_CPU_NUM)) in esp_mprot_is_conf_locked_any()
666 …MEMPROT_ERR_CHECK(err, esp_mprot_get_monitor_lock(MEMPROT_TYPE_DRAM0_SRAM, &lock_on, PRO_CPU_NUM)); in esp_mprot_is_conf_locked_any()
679 …P_MEMPROT_ERR_CHECK(err, esp_mprot_get_pms_lock(MEMPROT_TYPE_IRAM0_RTCFAST, &lock_on, PRO_CPU_NUM)) in esp_mprot_is_conf_locked_any()
682 …PROT_ERR_CHECK(err, esp_mprot_get_monitor_lock(MEMPROT_TYPE_IRAM0_RTCFAST, &lock_on, PRO_CPU_NUM)); in esp_mprot_is_conf_locked_any()
709 …ESP_MEMPROT_ERR_CHECK(err, esp_mprot_get_monitor_en(MEMPROT_TYPE_IRAM0_SRAM, &ena_on, PRO_CPU_NUM)) in esp_mprot_is_intr_ena_any()
720 …ESP_MEMPROT_ERR_CHECK(err, esp_mprot_get_monitor_en(MEMPROT_TYPE_DRAM0_SRAM, &ena_on, PRO_CPU_NUM)) in esp_mprot_is_intr_ena_any()
731 …_MEMPROT_ERR_CHECK(err, esp_mprot_get_monitor_en(MEMPROT_TYPE_IRAM0_RTCFAST, &ena_on, PRO_CPU_NUM)) in esp_mprot_is_intr_ena_any()
[all …]
/hal_espressif-3.7.0/components/esp_system/port/soc/esp32s2/
Dcache_err_int.c74 return PRO_CPU_NUM; in esp_cache_err_get_cpuid()
Dreset_reason.c61 s_reset_reason = get_reset_reason(esp_rom_get_reset_reason(PRO_CPU_NUM), hint); in esp_reset_reason_init()
/hal_espressif-3.7.0/components/esp_system/port/soc/esp32h2/
Dreset_reason.c61 s_reset_reason = get_reset_reason(esp_rom_get_reset_reason(PRO_CPU_NUM), hint); in esp_reset_reason_init()
/hal_espressif-3.7.0/components/esp_system/port/soc/esp32c2/
Dreset_reason.c57 s_reset_reason = get_reset_reason(esp_rom_get_reset_reason(PRO_CPU_NUM), hint); in esp_reset_reason_init()
/hal_espressif-3.7.0/components/esp_system/port/soc/esp32c3/
Dreset_reason.c64 s_reset_reason = get_reset_reason(esp_rom_get_reset_reason(PRO_CPU_NUM), hint); in esp_reset_reason_init()
/hal_espressif-3.7.0/components/esp_system/port/soc/esp32c6/
Dreset_reason.c61 s_reset_reason = get_reset_reason(esp_rom_get_reset_reason(PRO_CPU_NUM), hint); in esp_reset_reason_init()
/hal_espressif-3.7.0/components/esp_hw_support/port/esp32c3/
Desp_memprot.c442 active_memp_intr->core = PRO_CPU_NUM; in esp_mprot_get_active_intr()
619 …esp_rom_route_intr_matrix(PRO_CPU_NUM, memprot_ll_iram0_get_intr_source_num(), ETS_MEMPROT_ERR_INU… in esp_mprot_set_intr_matrix()
622 …esp_rom_route_intr_matrix(PRO_CPU_NUM, memprot_ll_dram0_get_intr_source_num(), ETS_MEMPROT_ERR_INU… in esp_mprot_set_intr_matrix()
625 …esp_rom_route_intr_matrix(PRO_CPU_NUM, memprot_ll_rtcfast_get_intr_source_num(), ETS_MEMPROT_ERR_I… in esp_mprot_set_intr_matrix()
/hal_espressif-3.7.0/components/esp_hw_support/port/esp32s2/
Dmemprot.c127 …esp_rom_route_intr_matrix(PRO_CPU_NUM, memprot_ll_iram0_get_intr_source_num(), ETS_MEMACCESS_ERR_I… in esp_memprot_intr_init()
131 …esp_rom_route_intr_matrix(PRO_CPU_NUM, memprot_ll_dram0_get_intr_source_num(), ETS_MEMACCESS_ERR_I… in esp_memprot_intr_init()
134 …esp_rom_route_intr_matrix(PRO_CPU_NUM, memprot_ll_peri1_get_intr_source_num(), ETS_MEMACCESS_ERR_I… in esp_memprot_intr_init()
138 …esp_rom_route_intr_matrix(PRO_CPU_NUM, memprot_ll_peri2_get_intr_source_num(), ETS_MEMACCESS_ERR_I… in esp_memprot_intr_init()
/hal_espressif-3.7.0/components/soc/esp32c2/include/soc/
Dsoc.h17 #define PRO_CPU_NUM (0) macro
/hal_espressif-3.7.0/components/soc/esp32c3/include/soc/
Dsoc.h17 #define PRO_CPU_NUM (0) macro
/hal_espressif-3.7.0/components/soc/esp32c6/include/soc/
Dsoc.h17 #define PRO_CPU_NUM (0) macro
/hal_espressif-3.7.0/components/soc/esp32s2/include/soc/
Dsoc.h17 #define PRO_CPU_NUM (0) macro
/hal_espressif-3.7.0/components/soc/esp32h2/include/soc/
Dsoc.h17 #define PRO_CPU_NUM (0) macro
/hal_espressif-3.7.0/components/soc/esp32s3/include/soc/
Dsoc.h17 #define PRO_CPU_NUM (0) macro
/hal_espressif-3.7.0/components/soc/esp32/include/soc/
Dsoc.h18 #define PRO_CPU_NUM (0) macro