Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_phy/src/
Dbtbb_init.c38 …tention, ARRAY_SIZE(btbb_regs_retention), REGDMA_LINK_PRI_BT_MAC_BB, SLEEP_RETENTION_MODULE_BT_BB); in btbb_sleep_retention_init()
46 esp_err_t err = sleep_retention_module_free(SLEEP_RETENTION_MODULE_BT_BB); in btbb_sleep_retention_deinit()
50 err = sleep_retention_module_deinit(SLEEP_RETENTION_MODULE_BT_BB); in btbb_sleep_retention_deinit()
68 esp_err_t err = sleep_retention_module_init(SLEEP_RETENTION_MODULE_BT_BB, &init_param); in esp_btbb_enable()
70 err = sleep_retention_module_allocate(SLEEP_RETENTION_MODULE_BT_BB); in esp_btbb_enable()
/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Dsleep_retention.h36 SLEEP_RETENTION_MODULE_BT_BB = 13, enumerator
61 SLEEP_RETENTION_MODULE_BM_BT_BB = BIT(SLEEP_RETENTION_MODULE_BT_BB),
/hal_espressif-latest/components/esp_hw_support/
Dsleep_clock.c108 … modem_clk_dep_modules |= BIT(SLEEP_RETENTION_MODULE_BLE_MAC) | BIT(SLEEP_RETENTION_MODULE_BT_BB); in clock_domain_pd_allowed()
111 …odem_clk_dep_modules |= BIT(SLEEP_RETENTION_MODULE_802154_MAC) | BIT(SLEEP_RETENTION_MODULE_BT_BB); in clock_domain_pd_allowed()
Dsleep_modem.c296 mask |= BIT(SLEEP_RETENTION_MODULE_BLE_MAC) | BIT(SLEEP_RETENTION_MODULE_BT_BB); in modem_domain_pd_allowed()
299 mask |= BIT(SLEEP_RETENTION_MODULE_802154_MAC) | BIT(SLEEP_RETENTION_MODULE_BT_BB); in modem_domain_pd_allowed()
/hal_espressif-latest/components/bt/controller/esp32c6/
Dbt.c607 .depends = BIT(SLEEP_RETENTION_MODULE_BT_BB) in sleep_modem_ble_mac_modem_state_init()
/hal_espressif-latest/components/bt/controller/esp32h2/
Dbt.c599 .depends = BIT(SLEEP_RETENTION_MODULE_BT_BB) in sleep_modem_ble_mac_modem_state_init()