Home
last modified time | relevance | path

Searched refs:DPORT_WIFI_CLK_RNG_EN (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/bootloader_support/src/
Dbootloader_random_esp32s2.c29 DPORT_SET_PERI_REG_MASK(DPORT_WIFI_CLK_EN_REG, DPORT_WIFI_CLK_RNG_EN); in bootloader_random_enable()
Dbootloader_random_esp32.c26 DPORT_SET_PERI_REG_MASK(DPORT_WIFI_CLK_EN_REG, DPORT_WIFI_CLK_RNG_EN); in bootloader_random_enable()
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dclk_gate_ll.h80 return DPORT_WIFI_CLK_RNG_EN; in periph_ll_get_clk_en_mask()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dclk_gate_ll.h65 return DPORT_WIFI_CLK_RNG_EN; in periph_ll_get_clk_en_mask()
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsyscon_reg.h468 #define DPORT_WIFI_CLK_RNG_EN BIT(15) macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Ddport_reg.h1074 #define DPORT_WIFI_CLK_RNG_EN BIT(15) macro