Lines Matching refs:DRAM_ATTR
434 static DRAM_ATTR struct osi_funcs_t *osi_funcs_p;
438 static DRAM_ATTR int64_t s_time_phy_rf_just_enabled = 0;
439 static DRAM_ATTR esp_bt_controller_status_t btdm_controller_status = ESP_BT_CONTROLLER_STATUS_IDLE;
441 static DRAM_ATTR portMUX_TYPE global_int_mux = portMUX_INITIALIZER_UNLOCKED;
444 static DRAM_ATTR uint32_t btdm_lpcycle_us = 0;
445 static DRAM_ATTR uint8_t btdm_lpcycle_us_frac = 0; // number of fractional bit for btdm_lpcycle_us
449 static DRAM_ATTR uint8_t btdm_lpclk_sel;
452 static DRAM_ATTR QueueHandle_t s_wakeup_req_sem = NULL;
454 static DRAM_ATTR esp_timer_handle_t s_btdm_slp_tmr;
455 static DRAM_ATTR esp_pm_lock_handle_t s_pm_lock;
457 static DRAM_ATTR bool s_btdm_allow_light_sleep;
459 static DRAM_ATTR esp_pm_lock_handle_t s_light_sleep_pm_lock;
493 static DRAM_ATTR struct interrupt_hlevel_cb hli_cb = {