Home
last modified time | relevance | path

Searched refs:SYSTEM_LPCLK_SEL_XTAL (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsystem_reg.h619 #define SYSTEM_LPCLK_SEL_XTAL (BIT(26)) macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsystem_reg.h660 #define SYSTEM_LPCLK_SEL_XTAL (BIT(26)) macro
/hal_espressif-3.6.0/zephyr/esp32s3/src/wifi/
Desp_wifi_adapter.c499 if (GET_PERI_REG_MASK(SYSTEM_BT_LPCK_DIV_FRAC_REG, SYSTEM_LPCLK_SEL_XTAL)) { in esp_clk_slowclk_cal_get_wrapper()