Home
last modified time | relevance | path

Searched refs:efuse_ll_get_chip_ver_pkg (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_efuse.c16 return efuse_ll_get_chip_ver_pkg(); in bootloader_common_get_chip_ver_pkg()
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Dchip_info.c14 uint32_t pkg_ver = efuse_ll_get_chip_ver_pkg(); in esp_chip_info()
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Dchip_info.c31 uint32_t package = efuse_ll_get_chip_ver_pkg(); in esp_chip_info()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Defuse_ll.h80 __attribute__((always_inline)) static inline uint32_t efuse_ll_get_chip_ver_pkg(void) in efuse_ll_get_chip_ver_pkg() function
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Defuse_ll.h85 __attribute__((always_inline)) static inline uint32_t efuse_ll_get_chip_ver_pkg(void) in efuse_ll_get_chip_ver_pkg() function
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Defuse_ll.h100 __attribute__((always_inline)) static inline uint32_t efuse_ll_get_chip_ver_pkg(void) in efuse_ll_get_chip_ver_pkg() function
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Defuse_ll.h85 __attribute__((always_inline)) static inline uint32_t efuse_ll_get_chip_ver_pkg(void) in efuse_ll_get_chip_ver_pkg() function
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Defuse_ll.h124 __attribute__((always_inline)) static inline uint32_t efuse_ll_get_chip_ver_pkg(void) in efuse_ll_get_chip_ver_pkg() function
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Defuse_ll.h80 __attribute__((always_inline)) static inline uint32_t efuse_ll_get_chip_ver_pkg(void) in efuse_ll_get_chip_ver_pkg() function
/hal_espressif-latest/components/hal/esp32/include/hal/
Defuse_ll.h94 __attribute__((always_inline)) static inline uint32_t efuse_ll_get_chip_ver_pkg(void) in efuse_ll_get_chip_ver_pkg() function
/hal_espressif-latest/zephyr/esp32/src/
Dsoc_flash_init.c47 return efuse_ll_get_chip_ver_pkg(); in get_chip_ver_pkg()
/hal_espressif-latest/components/esp_psram/esp32/
Desp_psram_impl_quad.c836 uint32_t pkg_ver = efuse_ll_get_chip_ver_pkg(); in esp_psram_impl_enable()