/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c2/ |
D | mem_definition.py | 55 EFUSE_PWR_ON_NUM_S = 8 variable in EfuseDefineRegisters 56 EFUSE_PWR_ON_NUM_M = 0x0000FFFF << EFUSE_PWR_ON_NUM_S
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c61/ |
D | mem_definition.py | 68 EFUSE_PWR_ON_NUM_S = 8 variable in EfuseDefineRegisters 69 EFUSE_PWR_ON_NUM_M = 0x0000FFFF << EFUSE_PWR_ON_NUM_S
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2beta1/ |
D | mem_definition.py | 64 EFUSE_PWR_ON_NUM_S = 8 variable in EfuseDefineRegisters 65 EFUSE_PWR_ON_NUM_M = 0x0000FFFF << EFUSE_PWR_ON_NUM_S
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32p4/ |
D | mem_definition.py | 68 EFUSE_PWR_ON_NUM_S = 8 variable in EfuseDefineRegisters 69 EFUSE_PWR_ON_NUM_M = 0x0000FFFF << EFUSE_PWR_ON_NUM_S
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5/ |
D | mem_definition.py | 68 EFUSE_PWR_ON_NUM_S = 8 variable in EfuseDefineRegisters 69 EFUSE_PWR_ON_NUM_M = 0x0000FFFF << EFUSE_PWR_ON_NUM_S
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5beta3/ |
D | mem_definition.py | 68 EFUSE_PWR_ON_NUM_S = 8 variable in EfuseDefineRegisters 69 EFUSE_PWR_ON_NUM_M = 0x0000FFFF << EFUSE_PWR_ON_NUM_S
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c6/ |
D | mem_definition.py | 68 EFUSE_PWR_ON_NUM_S = 8 variable in EfuseDefineRegisters 69 EFUSE_PWR_ON_NUM_M = 0x0000FFFF << EFUSE_PWR_ON_NUM_S
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2/ |
D | mem_definition.py | 68 EFUSE_PWR_ON_NUM_S = 8 variable in EfuseDefineRegisters 69 EFUSE_PWR_ON_NUM_M = 0x0000FFFF << EFUSE_PWR_ON_NUM_S
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/ |
D | mem_definition.py | 69 EFUSE_PWR_ON_NUM_S = 8 variable in EfuseDefineRegisters 70 EFUSE_PWR_ON_NUM_M = 0x0000FFFF << EFUSE_PWR_ON_NUM_S
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c3/ |
D | mem_definition.py | 84 EFUSE_PWR_ON_NUM_S = 8 variable in EfuseDefineRegisters 85 EFUSE_PWR_ON_NUM_M = 0x0000FFFF << EFUSE_PWR_ON_NUM_S
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/ |
D | mem_definition.py | 69 EFUSE_PWR_ON_NUM_S = 8 variable in EfuseDefineRegisters 70 EFUSE_PWR_ON_NUM_M = 0x0000FFFF << EFUSE_PWR_ON_NUM_S
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s2/ |
D | mem_definition.py | 84 EFUSE_PWR_ON_NUM_S = 8 variable in EfuseDefineRegisters 85 EFUSE_PWR_ON_NUM_M = 0xFFFF << EFUSE_PWR_ON_NUM_S
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | efuse_reg.h | 1181 #define EFUSE_PWR_ON_NUM_M (EFUSE_PWR_ON_NUM_V << EFUSE_PWR_ON_NUM_S) 1183 #define EFUSE_PWR_ON_NUM_S 8 macro
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | efuse_reg.h | 2593 #define EFUSE_PWR_ON_NUM_M (EFUSE_PWR_ON_NUM_V << EFUSE_PWR_ON_NUM_S) 2595 #define EFUSE_PWR_ON_NUM_S 8 macro
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | efuse_reg.h | 2649 #define EFUSE_PWR_ON_NUM_M (EFUSE_PWR_ON_NUM_V << EFUSE_PWR_ON_NUM_S) 2651 #define EFUSE_PWR_ON_NUM_S 8 macro
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_reg.h | 2869 #define EFUSE_PWR_ON_NUM_M (EFUSE_PWR_ON_NUM_V << EFUSE_PWR_ON_NUM_S) 2871 #define EFUSE_PWR_ON_NUM_S 8 macro
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | efuse_reg.h | 2637 #define EFUSE_PWR_ON_NUM_M (EFUSE_PWR_ON_NUM_V << EFUSE_PWR_ON_NUM_S) 2639 #define EFUSE_PWR_ON_NUM_S 8 macro
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | efuse_reg.h | 2719 #define EFUSE_PWR_ON_NUM_M (EFUSE_PWR_ON_NUM_V << EFUSE_PWR_ON_NUM_S) 2721 #define EFUSE_PWR_ON_NUM_S 8 macro
|