Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esptool_py/esptool/espefuse/efuse/esp32s2/
Dmem_definition.py70 EFUSE_TPGM_M = 0xFFFF << EFUSE_TPGM_S variable in EfuseDefineRegisters
Dfields.py257 self.REGS.EFUSE_WR_TIM_CONF0_REG, self.REGS.EFUSE_TPGM_M, EFUSE_TPGM
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Defuse_reg.h2266 #define EFUSE_TPGM_M ((EFUSE_TPGM_V)<<(EFUSE_TPGM_S)) macro