Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bootloader_support/src/
Dbootloader_random_esp32s3.c19 SET_PERI_REG_MASK(SYSTEM_WIFI_CLK_EN_REG, SYSTEM_WIFI_CLK_RNG_EN); in bootloader_random_enable()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Dclk_gate_ll.h72 return SYSTEM_WIFI_CLK_RNG_EN; in periph_ll_get_clk_en_mask()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dclk_gate_ll.h73 return SYSTEM_WIFI_CLK_RNG_EN; in periph_ll_get_clk_en_mask()
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsyscon_reg.h200 #define SYSTEM_WIFI_CLK_RNG_EN BIT(15) macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsyscon_reg.h201 #define SYSTEM_WIFI_CLK_RNG_EN BIT(15) macro