Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/soc/esp32s3/
Dsoc_memprot_types.h79 size_t target_cpu_count; /*!< Real CPU/core count (max 2) */ member
92 .target_cpu_count = 2, \
97 .target_cpu_count = 2, \
108 .target_cpu_count = 1, \
112 .target_cpu_count = 1, \
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Desp_memprot.c41 for (size_t x = 0; x < s_memp_cfg.target_cpu_count; x++) { in esp_mprot_cpuid_valid()
542 if (s_memp_cfg.target_cpu_count > 1) { in esp_mprot_get_active_intr()
563 if (s_memp_cfg.target_cpu_count > 1) { in esp_mprot_get_active_intr()
584 if (s_memp_cfg.target_cpu_count > 1) { in esp_mprot_get_active_intr()
651 if (s_memp_cfg.target_cpu_count > 1) { in esp_mprot_is_conf_locked_any()
670 if (s_memp_cfg.target_cpu_count > 1) { in esp_mprot_is_conf_locked_any()
686 if (s_memp_cfg.target_cpu_count > 1) { in esp_mprot_is_conf_locked_any()
712 if (s_memp_cfg.target_cpu_count > 1) { in esp_mprot_is_intr_ena_any()
723 if (s_memp_cfg.target_cpu_count > 1) { in esp_mprot_is_intr_ena_any()
734 if (s_memp_cfg.target_cpu_count > 1) { in esp_mprot_is_intr_ena_any()
[all …]