Home
last modified time | relevance | path

Searched refs:SYSTEM_PERIP_CLK_EN0_REG (Results 1 – 20 of 20) sorted by relevance

/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_random_esp32s3.c28 SET_PERI_REG_MASK(SYSTEM_PERIP_CLK_EN0_REG, SYSTEM_APB_SARADC_CLK_EN); in bootloader_random_enable()
29 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_CLK_EN0_REG, SYSTEM_APB_SARADC_CLK_EN); in bootloader_random_enable()
94 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_CLK_EN0_REG, SYSTEM_APB_SARADC_CLK_EN); in bootloader_random_disable()
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/esp32s3/src/
Dsoc_random.c29 SET_PERI_REG_MASK(SYSTEM_PERIP_CLK_EN0_REG, SYSTEM_APB_SARADC_CLK_EN); in soc_random_enable()
30 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_CLK_EN0_REG, SYSTEM_APB_SARADC_CLK_EN); in soc_random_enable()
102 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_CLK_EN0_REG, SYSTEM_APB_SARADC_CLK_EN); in soc_random_disable()
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dclk.c212 common_perip_clk = ~READ_PERI_REG(SYSTEM_PERIP_CLK_EN0_REG); in esp_perip_clk_init()
247 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_CLK_EN0_REG, common_perip_clk); in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
Dclk.c213 common_perip_clk = ~READ_PERI_REG(SYSTEM_PERIP_CLK_EN0_REG); in esp_perip_clk_init()
277 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_CLK_EN0_REG, common_perip_clk); in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/
Dclk.c228 common_perip_clk = ~READ_PERI_REG(SYSTEM_PERIP_CLK_EN0_REG); in esp_perip_clk_init()
292 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_CLK_EN0_REG, common_perip_clk); in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dclk.c224 common_perip_clk = ~READ_PERI_REG(SYSTEM_PERIP_CLK_EN0_REG); in esp_perip_clk_init()
288 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_CLK_EN0_REG, common_perip_clk); in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dclk.c230 common_perip_clk = ~READ_PERI_REG(SYSTEM_PERIP_CLK_EN0_REG); in esp_perip_clk_init()
300 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_CLK_EN0_REG, common_perip_clk); in esp_perip_clk_init()
/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/hal/esp32c2/include/hal/
Dclk_gate_ll.h131 return SYSTEM_PERIP_CLK_EN0_REG; in periph_ll_get_clk_en_reg()
Duart_ll.h75 DPORT_REG_GET_BIT(SYSTEM_PERIP_CLK_EN0_REG, uart_en_bit) != 0; in uart_ll_is_enabled()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dclk_gate_ll.h178 return SYSTEM_PERIP_CLK_EN0_REG; in periph_ll_get_clk_en_reg()
Duart_ll.h76 DPORT_REG_GET_BIT(SYSTEM_PERIP_CLK_EN0_REG, uart_en_bit) != 0; in uart_ll_is_enabled()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dclk_gate_ll.h222 return SYSTEM_PERIP_CLK_EN0_REG; in periph_ll_get_clk_en_reg()
Duart_ll.h78 DPORT_REG_GET_BIT(SYSTEM_PERIP_CLK_EN0_REG, uart_en_bit) != 0; in uart_ll_is_enabled()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsystem_reg.h100 #define SYSTEM_PERIP_CLK_EN0_REG (DR_REG_SYSTEM_BASE + 0x10) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsystem_reg.h84 #define SYSTEM_PERIP_CLK_EN0_REG (DR_REG_SYSTEM_BASE + 0x010) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsystem_reg.h113 #define SYSTEM_PERIP_CLK_EN0_REG (DR_REG_SYSTEM_BASE + 0x18) macro