Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_random_esp32c2.c29 SET_PERI_REG_MASK(SYSTEM_PERIP_CLK_EN0_REG, SYSTEM_APB_SARADC_CLK_EN_M); in bootloader_random_enable()
Dbootloader_random_esp32c3.c29 SET_PERI_REG_MASK(SYSTEM_PERIP_CLK_EN0_REG, SYSTEM_APB_SARADC_CLK_EN_M); in bootloader_random_enable()
/hal_espressif-latest/zephyr/esp32c2/src/
Dsoc_random.c29 SET_PERI_REG_MASK(SYSTEM_PERIP_CLK_EN0_REG, SYSTEM_APB_SARADC_CLK_EN_M); in soc_random_enable()
/hal_espressif-latest/zephyr/esp32c3/src/
Dsoc_random.c29 SET_PERI_REG_MASK(SYSTEM_PERIP_CLK_EN0_REG, SYSTEM_APB_SARADC_CLK_EN_M); in soc_random_enable()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsystem_reg.h161 #define SYSTEM_APB_SARADC_CLK_EN_M (SYSTEM_APB_SARADC_CLK_EN_V << SYSTEM_APB_SARADC_CLK_EN_S) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsystem_reg.h106 #define SYSTEM_APB_SARADC_CLK_EN_M (BIT(28)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsystem_reg.h135 #define SYSTEM_APB_SARADC_CLK_EN_M (BIT(28)) macro