Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Dsleep_retention.h34 SLEEP_RETENTION_MODULE_WIFI_BB = 11, enumerator
59 SLEEP_RETENTION_MODULE_BM_WIFI_BB = BIT(SLEEP_RETENTION_MODULE_WIFI_BB),
/hal_espressif-latest/components/esp_phy/src/
Dphy_init.c491 …ntries_create(bb_regs_retention, ARRAY_SIZE(bb_regs_retention), 3, SLEEP_RETENTION_MODULE_WIFI_BB); in sleep_retention_wifi_bb_init()
512 esp_err_t err = sleep_retention_module_init(SLEEP_RETENTION_MODULE_WIFI_BB, &init_param); in esp_mac_bb_pd_mem_init()
517 err = sleep_retention_module_allocate(SLEEP_RETENTION_MODULE_WIFI_BB); in esp_mac_bb_pd_mem_init()
535 esp_err_t err = sleep_retention_module_free(SLEEP_RETENTION_MODULE_WIFI_BB); in esp_mac_bb_pd_mem_deinit()
540 err = sleep_retention_module_deinit(SLEEP_RETENTION_MODULE_WIFI_BB); in esp_mac_bb_pd_mem_deinit()
/hal_espressif-latest/components/esp_hw_support/
Dsleep_clock.c105 …odem_clk_dep_modules |= BIT(SLEEP_RETENTION_MODULE_WIFI_MAC) | BIT(SLEEP_RETENTION_MODULE_WIFI_BB); in clock_domain_pd_allowed()
Dsleep_modem.c293 mask |= BIT(SLEEP_RETENTION_MODULE_WIFI_MAC) | BIT(SLEEP_RETENTION_MODULE_WIFI_BB); in modem_domain_pd_allowed()
/hal_espressif-latest/components/esp_wifi/src/
Dwifi_init.c338 .depends = BIT(SLEEP_RETENTION_MODULE_WIFI_BB) | BIT(SLEEP_RETENTION_MODULE_CLOCK_MODEM) in esp_wifi_init()