Home
last modified time | relevance | path

Searched refs:SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsoc_caps.h289 #define SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH (12) macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc_caps.h315 #define SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH (12) macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc_caps.h325 #define SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH (12) macro
/hal_espressif-3.6.0/zephyr/esp32s3/src/wifi/
Desp_wifi_adapter.c501 …e_per_us << RTC_CLK_CAL_FRACT) / 1000000) >> (RTC_CLK_CAL_FRACT - SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH)); in esp_clk_slowclk_cal_get_wrapper()
503 return (esp_clk_slowclk_cal_get() >> (RTC_CLK_CAL_FRACT - SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH)); in esp_clk_slowclk_cal_get_wrapper()
/hal_espressif-3.6.0/components/esp_wifi/esp32c3/
Desp_adapter.c435 return (esp_clk_slowclk_cal_get() >> (RTC_CLK_CAL_FRACT - SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH)); in esp_clk_slowclk_cal_get_wrapper()
/hal_espressif-3.6.0/components/esp_wifi/esp32s2/
Desp_adapter.c464 return (esp_clk_slowclk_cal_get() >> (RTC_CLK_CAL_FRACT - SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH)); in esp_clk_slowclk_cal_get_wrapper()
/hal_espressif-3.6.0/components/esp_wifi/esp32s3/
Desp_adapter.c489 return (esp_clk_slowclk_cal_get() >> (RTC_CLK_CAL_FRACT - SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH)); in esp_clk_slowclk_cal_get_wrapper()
/hal_espressif-3.6.0/zephyr/esp32s2/src/wifi/
Desp_wifi_adapter.c445 return (REG_READ(RTC_SLOW_CLK_CAL_REG) >> (RTC_CLK_CAL_FRACT - SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH)); in esp_clk_slowclk_cal_get_wrapper()
/hal_espressif-3.6.0/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c888 return (REG_READ(RTC_SLOW_CLK_CAL_REG) >> (RTC_CLK_CAL_FRACT - SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH)); in esp_clk_slowclk_cal_get_wrapper()