Home
last modified time | relevance | path

Searched refs:esp_chip_info (Results 1 – 25 of 31) sorted by relevance

12

/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s3/
Dchip_info.c10 void esp_chip_info(esp_chip_info_t *out_info) in esp_chip_info() function
/hal_espressif-3.6.0/examples/build_system/cmake/idf_as_lib/stubs/esp32/
Desp_system.h15 void esp_chip_info(esp_chip_info_t* out_info);
Dsystem_api.c15 void esp_chip_info(esp_chip_info_t* out_info) in esp_chip_info() function
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32c3/
Dchip_info.c11 void esp_chip_info(esp_chip_info_t *out_info) in esp_chip_info() function
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32h2/
Dchip_info.c11 void esp_chip_info(esp_chip_info_t *out_info) in esp_chip_info() function
/hal_espressif-3.6.0/tools/test_apps/system/startup/main/
DCMakeLists.txt6 target_link_libraries(${COMPONENT_LIB} INTERFACE "-Wl,--wrap=esp_chip_info")
DKconfig3 bool "Patch esp_chip_info to return single core in a multicore chip"
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s2/
Dchip_info.c11 void esp_chip_info(esp_chip_info_t *out_info) in esp_chip_info() function
/hal_espressif-3.6.0/examples/build_system/cmake/idf_as_lib/
Dmain.c21 esp_chip_info(&chip_info); in app_main()
/hal_espressif-3.6.0/components/esp_hw_support/include/
Desp_chip_info.h52 void esp_chip_info(esp_chip_info_t* out_info);
/hal_espressif-3.6.0/examples/get-started/hello_world/main/
Dhello_world_main.c22 esp_chip_info(&chip_info); in app_main()
/hal_espressif-3.6.0/tools/test_apps/system/gdb_loadable_elf/main/
Dhello_world_main.c22 esp_chip_info(&chip_info); in app_main()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/
Dchip_info.c13 void esp_chip_info(esp_chip_info_t* out_info) in esp_chip_info() function
/hal_espressif-3.6.0/tools/test_apps/security/secure_boot/main/
Dsecure_boot_main.c39 esp_chip_info(&chip_info); in example_print_chip_info()
Dsecure_boot_main_esp32.c38 esp_chip_info(&chip_info); in example_print_chip_info()
/hal_espressif-3.6.0/examples/security/flash_encryption/main/
Dflash_encrypt_main.c56 esp_chip_info(&chip_info); in example_print_chip_info()
/hal_espressif-3.6.0/components/
DREADME.md150 #### `esp_mac.h`, `esp_chip_info.h`, `esp_random.h` (`esp_hw_support`)
160 `esp_read_mac`, `esp_random` and `esp_chip_info`.
/hal_espressif-3.6.0/examples/protocols/http_server/restful_server/main/
Drest_server.c147 esp_chip_info(&chip_info); in system_info_get_handler()
/hal_espressif-3.6.0/examples/bluetooth/nimble/throughput_app/blecent_throughput/components/cmd_system/
Dcmd_system.c56 esp_chip_info(&info); in get_version()
/hal_espressif-3.6.0/examples/system/console/advanced/components/cmd_system/
Dcmd_system.c70 esp_chip_info(&info); in get_version()
/hal_espressif-3.6.0/components/esp_system/port/
Dcpu_start.c210 esp_chip_info(&chip_info); in start_other_core()
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dsystem.rst164 :cpp:func:`esp_chip_info` function fills :cpp:class:`esp_chip_info_t` structure with information ab…
/hal_espressif-3.6.0/tools/test_idf_size/
Dapp_esp32c3.map230 esp-idf/main/libmain.a(hello_world_main.c.obj) (esp_chip_info)
8354 .text.esp_chip_info
8356 0x0000000042008006 esp_chip_info
14817 esp_chip_info esp-idf/esp_hw_support/libesp_hw_support.a(chip_i…
Dapp_esp32h2.map204 esp-idf/main/libmain.a(hello_world_main.c.obj) (esp_chip_info)
8159 .text.esp_chip_info
8161 0x0000000042006f54 esp_chip_info
13162 esp_chip_info esp-idf/esp_hw_support/libesp_hw_support.a(chip_i…
Dapp_esp32s3.map90 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_chip_info)
12235 .text.esp_chip_info
12237 0x0000000042014ad0 esp_chip_info
18526 esp_chip_info esp-idf/esp_hw_support/libesp_hw_support.a(chip_i…

12