Home
last modified time | relevance | path

Searched refs:efuse_ll_get_chip_ver_rev1 (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/hal/esp32/
Defuse_hal.c18 uint8_t eco_bit0 = efuse_ll_get_chip_ver_rev1(); in efuse_hal_get_major_chip_version()
/hal_espressif-latest/components/hal/esp32/include/hal/
Defuse_ll.h100 __attribute__((always_inline)) static inline bool efuse_ll_get_chip_ver_rev1(void) in efuse_ll_get_chip_ver_rev1() function
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_clk.c261 bool is_rev0 = (efuse_ll_get_chip_ver_rev1() == 0); in rtc_clk_apll_coeff_set()