Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_random_esp32h2.c26 REG_SET_BIT(PCR_SARADC_CONF_REG, PCR_SARADC_REG_CLK_EN); in bootloader_random_enable()
Dbootloader_random_esp32c6.c28 REG_SET_BIT(PCR_SARADC_CONF_REG, PCR_SARADC_REG_CLK_EN); in bootloader_random_enable()
/hal_espressif-latest/zephyr/esp32c6/src/
Dsoc_random.c28 REG_SET_BIT(PCR_SARADC_CONF_REG, PCR_SARADC_REG_CLK_EN); in soc_random_enable()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpcr_reg.h807 #define PCR_SARADC_REG_CLK_EN (BIT(2)) macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dpcr_reg.h952 #define PCR_SARADC_REG_CLK_EN (BIT(2)) macro