Searched full:chip_cpu_freq_low (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/tools/esptool_py/esptool/targets/ |
D | esp32.py | 264 chip_cpu_freq_low = word3 & (1 << 12) 265 if chip_cpu_freq_low:
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32.rst | 20 …CHIP_CPU_FREQ_LOW (BLOCK0): If set alongside EFUSE_RD_CHIP_CPU_FREQ_RATED; …
|
/hal_espressif-latest/components/efuse/esp32/ |
D | esp_efuse_table.csv | 87 CHIP_CPU_FREQ_LOW, EFUSE_BLK0, 108, 1, [] If set alongside EFUSE_RD…
|
D | esp_efuse_table.c | 306 static const esp_efuse_desc_t CHIP_CPU_FREQ_LOW[] = { variable 804 …&CHIP_CPU_FREQ_LOW[0], // [] If set alongside EFUSE_RD_CHIP_CPU_FREQ_RATED; the ESP32's max C…
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | efuse_struct.h | 320 /** chip_cpu_freq_low : RW; bitpos: [12]; default: 0; 324 uint32_t chip_cpu_freq_low:1; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32.yaml | 17 …CHIP_CPU_FREQ_LOW : {show: y, blk : 0, word: 3, pos: 12, len : 1, start: 108, type : bool…
|