Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Dclk_gate_ll.h76 return SYSTEM_WIFI_CLK_BT_EN_M; in periph_ll_get_clk_en_mask()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dclk_gate_ll.h77 return SYSTEM_WIFI_CLK_BT_EN_M; in periph_ll_get_clk_en_mask()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32c3/
Dclk.c249 SYSTEM_WIFI_CLK_BT_EN_M | in esp_perip_clk_init()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s3/
Dclk.c274 SYSTEM_WIFI_CLK_BT_EN_M | in esp_perip_clk_init()
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsyscon_reg.h183 #define SYSTEM_WIFI_CLK_BT_EN_M ((SYSTEM_WIFI_CLK_BT_EN_V)<<(SYSTEM_WIFI_CLK_BT_EN_S)) macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsyscon_reg.h184 #define SYSTEM_WIFI_CLK_BT_EN_M ((SYSTEM_WIFI_CLK_BT_EN_V)<<(SYSTEM_WIFI_CLK_BT_EN_S)) macro