Home
last modified time | relevance | path

Searched refs:EFUSE_WR_TIM_CONF0_REG (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/
Defuse_hal.c77 REG_SET_FIELD(EFUSE_WR_TIM_CONF0_REG, EFUSE_TPGM, tpgm); in efuse_hal_set_timing()
78 REG_SET_FIELD(EFUSE_WR_TIM_CONF0_REG, EFUSE_THP_A, thp_a); in efuse_hal_set_timing()
79 REG_SET_FIELD(EFUSE_WR_TIM_CONF0_REG, EFUSE_TPGM_INACTIVE, tpgm_inact); in efuse_hal_set_timing()
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s2/
Dfields.py248 self.REGS.EFUSE_WR_TIM_CONF0_REG, self.REGS.EFUSE_TPGM_M, EFUSE_TPGM
251 self.REGS.EFUSE_WR_TIM_CONF0_REG, self.REGS.EFUSE_THP_A_M, EFUSE_THP_A
254 self.REGS.EFUSE_WR_TIM_CONF0_REG,
Dmem_definition.py75 EFUSE_WR_TIM_CONF0_REG = DR_REG_EFUSE_BASE + 0x1F0 variable in EfuseDefineRegisters
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c2/
Dmem_definition.py50 EFUSE_WR_TIM_CONF0_REG = DR_REG_EFUSE_BASE + 0x110 variable in EfuseDefineRegisters
Dfields.py248 self.REGS.EFUSE_WR_TIM_CONF0_REG,
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Defuse_reg.h1143 #define EFUSE_WR_TIM_CONF0_REG (DR_REG_EFUSE_BASE + 0x110) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Defuse_reg.h2681 #define EFUSE_WR_TIM_CONF0_REG (DR_REG_EFUSE_BASE + 0x1f0) macro