Home
last modified time | relevance | path

Searched refs:EFUSE_TPGM_S (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/esptool_py/esptool/espefuse/efuse/esp32s2/
Dmem_definition.py69 EFUSE_TPGM_S = 16 variable in EfuseDefineRegisters
70 EFUSE_TPGM_M = 0xFFFF << EFUSE_TPGM_S
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Defuse_reg.h2266 #define EFUSE_TPGM_M ((EFUSE_TPGM_V)<<(EFUSE_TPGM_S))
2268 #define EFUSE_TPGM_S 16 macro