Home
last modified time | relevance | path

Searched refs:APB_SARADC_SAR_CLK_GATED_M (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_random_esp32c2.c33 SET_PERI_REG_MASK(APB_SARADC_CTRL_REG, APB_SARADC_SAR_CLK_GATED_M); in bootloader_random_enable()
Dbootloader_random_esp32c3.c33 SET_PERI_REG_MASK(APB_SARADC_CTRL_REG, APB_SARADC_SAR_CLK_GATED_M); in bootloader_random_enable()
/hal_espressif-latest/zephyr/esp32c2/src/
Dsoc_random.c33 SET_PERI_REG_MASK(APB_SARADC_CTRL_REG, APB_SARADC_SAR_CLK_GATED_M); in soc_random_enable()
/hal_espressif-latest/zephyr/esp32c3/src/
Dsoc_random.c33 SET_PERI_REG_MASK(APB_SARADC_CTRL_REG, APB_SARADC_SAR_CLK_GATED_M); in soc_random_enable()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dapb_saradc_reg.h82 #define APB_SARADC_SAR_CLK_GATED_M (BIT(6)) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dapb_saradc_reg.h56 #define APB_SARADC_SAR_CLK_GATED_M (BIT(6)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dapb_saradc_reg.h83 #define APB_SARADC_SAR_CLK_GATED_M (BIT(6)) macro
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dapb_saradc_reg.h36 #define APB_SARADC_SAR_CLK_GATED_M (APB_SARADC_SAR_CLK_GATED_V << APB_SARADC_SAR_CLK_GATED_S) macro