Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/include/esp_private/
Dstartup_internal.h46 uint32_t cores; /*!< Bit map of cores where the function has to be called */ member
71 …esp_system_init_fn_t esp_system_init_fn_##f = { .fn = ( __esp_system_init_fn_##f), .cores = (c) };…
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Dchip_info.c23 out_info->cores = 2; in esp_chip_info()
25 out_info->cores = 1; in esp_chip_info()
/hal_espressif-latest/components/esp_hw_support/port/linux/
Dchip_info.c19 out_info->cores = 1; in esp_chip_info()
/hal_espressif-latest/components/soc/include/soc/
Ddedic_gpio_periph.h33 } cores[SOC_CPU_CORES_NUM]; // Signals routed to/from GPIO matrix member
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dchip_info.c16 out_info->cores = 1; in esp_chip_info()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Dchip_info.c16 out_info->cores = 2; in esp_chip_info()
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Dchip_info.c16 out_info->cores = 1; in esp_chip_info()
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dchip_info.c16 out_info->cores = 1; in esp_chip_info()
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
Dchip_info.c16 out_info->cores = 1; in esp_chip_info()
/hal_espressif-latest/components/soc/esp32c3/
Ddedic_gpio_periph.c13 .cores = {
/hal_espressif-latest/components/soc/esp32h2/
Ddedic_gpio_periph.c13 .cores = {
/hal_espressif-latest/components/soc/esp32c6/
Ddedic_gpio_periph.c13 .cores = {
/hal_espressif-latest/components/soc/esp32c2/
Ddedic_gpio_periph.c13 .cores = {
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Dchip_info.c20 out_info->cores = 1; in esp_chip_info()
/hal_espressif-latest/components/soc/esp32s2/
Ddedic_gpio_periph.c21 .cores = {
/hal_espressif-latest/components/esp_hw_support/include/
Desp_chip_info.h48 uint8_t cores; //!< number of CPU cores member
/hal_espressif-latest/components/soc/esp32s3/
Ddedic_gpio_periph.c21 .cores = {
/hal_espressif-latest/components/esp_system/
Dsystem_init_fn.txt13 # affinity_expression: bit map of cores the function is executed on
DCMakeLists.txt70 # After system initialization, `start_app` (and its other cores variant) is called.
Dstartup.c227 if (p->cores & BIT(core_id)) { in do_system_init_fn()
/hal_espressif-latest/components/driver/gpio/
Ddedic_gpio.c265 …esp_rom_gpio_connect_in_signal(config->gpio_array[i], dedic_gpio_periph_signals.cores[core_id].in_… in dedic_gpio_new_bundle()
271 …esp_rom_gpio_connect_out_signal(config->gpio_array[i], dedic_gpio_periph_signals.cores[core_id].ou… in dedic_gpio_new_bundle()
/hal_espressif-latest/components/esp_system/port/
Dcpu_start.c216 if (!(chip_info.cores > 1)) { in start_other_core()