Home
last modified time | relevance | path

Searched refs:efuse_ll_get_chip_wafer_version_minor (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/components/hal/esp32s3/
Defuse_hal.c30 uint32_t minor_raw = efuse_ll_get_chip_wafer_version_minor(); in efuse_hal_get_major_chip_version()
40 uint32_t minor_raw = efuse_ll_get_chip_wafer_version_minor(); in efuse_hal_get_minor_chip_version()
/hal_espressif-latest/components/hal/esp32c2/
Defuse_hal.c25 return efuse_ll_get_chip_wafer_version_minor(); in efuse_hal_get_minor_chip_version()
/hal_espressif-latest/components/hal/esp32h2/
Defuse_hal.c31 return efuse_ll_get_chip_wafer_version_minor(); in efuse_hal_get_minor_chip_version()
/hal_espressif-latest/components/hal/esp32c6/
Defuse_hal.c31 return efuse_ll_get_chip_wafer_version_minor(); in efuse_hal_get_minor_chip_version()
/hal_espressif-latest/components/hal/esp32c3/
Defuse_hal.c25 return efuse_ll_get_chip_wafer_version_minor(); in efuse_hal_get_minor_chip_version()
/hal_espressif-latest/components/hal/esp32/
Defuse_hal.c50 return efuse_ll_get_chip_wafer_version_minor(); in efuse_hal_get_minor_chip_version()
/hal_espressif-latest/components/hal/esp32s2/
Defuse_hal.c25 return efuse_ll_get_chip_wafer_version_minor(); in efuse_hal_get_minor_chip_version()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Defuse_ll.h55 __attribute__((always_inline)) static inline uint32_t efuse_ll_get_chip_wafer_version_minor(void) in efuse_ll_get_chip_wafer_version_minor() function
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Defuse_ll.h60 __attribute__((always_inline)) static inline uint32_t efuse_ll_get_chip_wafer_version_minor(void) in efuse_ll_get_chip_wafer_version_minor() function
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Defuse_ll.h75 __attribute__((always_inline)) static inline uint32_t efuse_ll_get_chip_wafer_version_minor(void) in efuse_ll_get_chip_wafer_version_minor() function
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Defuse_ll.h60 __attribute__((always_inline)) static inline uint32_t efuse_ll_get_chip_wafer_version_minor(void) in efuse_ll_get_chip_wafer_version_minor() function
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Defuse_ll.h64 __attribute__((always_inline)) static inline uint32_t efuse_ll_get_chip_wafer_version_minor(void) in efuse_ll_get_chip_wafer_version_minor() function
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Defuse_ll.h55 __attribute__((always_inline)) static inline uint32_t efuse_ll_get_chip_wafer_version_minor(void) in efuse_ll_get_chip_wafer_version_minor() function
/hal_espressif-latest/components/hal/esp32/include/hal/
Defuse_ll.h112 __attribute__((always_inline)) static inline uint32_t efuse_ll_get_chip_wafer_version_minor(void) in efuse_ll_get_chip_wafer_version_minor() function
/hal_espressif-latest/components/bt/controller/esp32c2/
Dbt.c1259 return efuse_ll_get_chip_wafer_version_minor(); in esp_ble_get_chip_rev_version()