Home
last modified time | relevance | path

Searched refs:EFUSE_TPGM_INACTIVE_M (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/esptool_py/esptool/espefuse/efuse/esp32c2/
Dmem_definition.py45 EFUSE_TPGM_INACTIVE_M = 0xFF << EFUSE_TPGM_INACTIVE_S variable in EfuseDefineRegisters
Dfields.py248 self.REGS.EFUSE_TPGM_INACTIVE_M,
/hal_espressif-3.6.0/components/esptool_py/esptool/espefuse/efuse/esp32s2/
Dmem_definition.py72 EFUSE_TPGM_INACTIVE_M = 0xFF << EFUSE_TPGM_INACTIVE_S variable in EfuseDefineRegisters
Dfields.py264 self.REGS.EFUSE_TPGM_INACTIVE_M,
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Defuse_reg.h2272 #define EFUSE_TPGM_INACTIVE_M ((EFUSE_TPGM_INACTIVE_V)<<(EFUSE_TPGM_INACTIVE_S)) macro