Searched refs:DRAM_ATTR (Results 1 – 25 of 45) sorted by relevance
12
39 static DRAM_ATTR int s_rtc_isr_handler_list_lock;44 static DRAM_ATTR uint32_t rtc_intr_cache;45 static DRAM_ATTR uint32_t rtc_intr_enabled;46 static DRAM_ATTR int rtc_isr_cpu = NOT_REGISTERED; // Unused number63 static DRAM_ATTR SLIST_HEAD(rtc_isr_handler_list_, rtc_isr_handler_) s_rtc_isr_handler_list =
21 static DRAM_ATTR __attribute__((unused)) const char *TAG = "REGI2C";72 static DRAM_ATTR uint8_t reg_val[REGI2C_ANA_CALI_BYTE_NUM];
27 #define DRAM_ATTR _SECTION_ATTR_IMPL(".dram1", __COUNTER__) macro56 #define DMA_ATTR WORD_ALIGNED_ATTR DRAM_ATTR63 #define DRAM_STR(str) (__extension__({static const DRAM_ATTR char __c[] = (str); (const char *)&__c…
112 static const DRAM_ATTR gpio_num_t s_io_nums[COEX_GPIO_DEBUG_IO_COUNT_MAX] = {128 static DRAM_ATTR gpio_num_t *s_evt_io_map, *s_wifi_evt_io_map, *s_coex_evt_io_map;129 static DRAM_ATTR uint8_t s_wifi_evt_max, s_coex_evt_max;
19 static DRAM_ATTR portMUX_TYPE s_phy_int_mux = portMUX_INITIALIZER_UNLOCKED;31 static DRAM_ATTR struct {
77 const DRAM_ATTR spi_flash_guard_funcs_t g_flash_guard_default_ops = {82 const DRAM_ATTR spi_flash_guard_funcs_t g_flash_guard_no_os_ops = {
58 const DRAM_ATTR esp_flash_os_functions_t esp_flash_noos_functions = {
184 static DRAM_ATTR app_func_arg_t main_flash_arg = {};187 static const DRAM_ATTR esp_flash_os_functions_t esp_flash_spi1_default_os_functions = {
28 DRAM_ATTR const static flash_chip_dummy_t default_flash_chip_dummy = {37 DRAM_ATTR const static flash_chip_dummy_t hpm_flash_chip_dummy = {47 DRAM_ATTR flash_chip_dummy_t *rom_flash_chip_dummy = (flash_chip_dummy_t *)&default_flash_chip_dumm…49 DRAM_ATTR flash_chip_dummy_t *rom_flash_chip_dummy_hpm = (flash_chip_dummy_t *)&hpm_flash_chip_dumm…52 DRAM_ATTR static spi_flash_encryption_t esp_flash_encryption_default __attribute__((__unused__)) = {73 const DRAM_ATTR flash_chip_op_timeout_t spi_flash_chip_generic_timeout = {
15 static DRAM_ATTR struct {
52 static DRAM_ATTR hli_handler_info_t s_hli_handlers[HLI_MAX_HANDLERS];118 static DRAM_ATTR struct hli_queue_t *s_meta_queue_ptr = NULL;143 static DRAM_ATTR char scratch[HLI_QUEUE_MAX_ELEM_SIZE]; in queue_isr_handler()
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_us449 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;[all …]
53 DRAM_ATTR const uint8_t GPIO_PIN_MUX_REG_OFFSET[] = {
31 static DRAM_ATTR StaticSemaphore_t s_ipc_mutex_buffer[portNUM_PROCESSORS];32 static DRAM_ATTR StaticSemaphore_t s_ipc_ack_buffer[portNUM_PROCESSORS];
32 static __attribute__((unused)) DRAM_ATTR const char TAG[] = "BOD";
413 static DRAM_ATTR struct osi_funcs_t *osi_funcs_p;416 static DRAM_ATTR esp_bt_controller_status_t btdm_controller_status = ESP_BT_CONTROLLER_STATUS_IDLE;418 static DRAM_ATTR portMUX_TYPE global_int_mux = portMUX_INITIALIZER_UNLOCKED;421 static DRAM_ATTR btdm_lpcntl_t s_lp_cntl;423 static DRAM_ATTR btdm_lpstat_t s_lp_stat;425 static DRAM_ATTR uint32_t btdm_lpcycle_us = 0;427 static DRAM_ATTR uint8_t btdm_lpcycle_us_frac = 0;429 static DRAM_ATTR QueueHandle_t s_wakeup_req_sem = NULL;431 static DRAM_ATTR esp_timer_handle_t s_btdm_slp_tmr = NULL;434 static DRAM_ATTR esp_pm_lock_handle_t s_pm_lock;[all …]
17 static const int DRAM_ATTR s_trace_io[] = {
76 static DRAM_ATTR lldesc_t s_dma_descr_input;77 static DRAM_ATTR lldesc_t s_dma_descr_buf;
39 static DRAM_ATTR pmu_hal_context_t pmu_hal = { .dev = &PMU }; in PMU_instance()40 static DRAM_ATTR pmu_sleep_machine_constant_t pmu_mc = PMU_SLEEP_MC_DEFAULT(); in PMU_instance()41 static DRAM_ATTR pmu_context_t pmu_context = { .hal = &pmu_hal, .mc = (void *)&pmu_mc }; in PMU_instance()
40 static DRAM_ATTR pmu_hal_context_t pmu_hal = { .dev = &PMU }; in PMU_instance()41 static DRAM_ATTR pmu_sleep_machine_constant_t pmu_mc = PMU_SLEEP_MC_DEFAULT(); in PMU_instance()42 static DRAM_ATTR pmu_context_t pmu_context = { .hal = &pmu_hal, .mc = (void *)&pmu_mc }; in PMU_instance()
362 static DRAM_ATTR struct osi_funcs_t *osi_funcs_p;365 static DRAM_ATTR esp_bt_controller_status_t btdm_controller_status = ESP_BT_CONTROLLER_STATUS_IDLE;368 static DRAM_ATTR btdm_lpcntl_t s_lp_cntl;370 static DRAM_ATTR btdm_lpstat_t s_lp_stat;372 static DRAM_ATTR uint32_t btdm_lpcycle_us = 0;374 static DRAM_ATTR uint8_t btdm_lpcycle_us_frac = 0;376 static DRAM_ATTR esp_timer_handle_t s_btdm_slp_tmr;384 static DRAM_ATTR struct k_sem *s_wakeup_req_sem = NULL;
360 static DRAM_ATTR struct osi_funcs_t *osi_funcs_p;363 static DRAM_ATTR esp_bt_controller_status_t btdm_controller_status = ESP_BT_CONTROLLER_STATUS_IDLE;366 static DRAM_ATTR btdm_lpcntl_t s_lp_cntl;368 static DRAM_ATTR btdm_lpstat_t s_lp_stat;370 static DRAM_ATTR uint32_t btdm_lpcycle_us = 0;372 static DRAM_ATTR uint8_t btdm_lpcycle_us_frac = 0;374 static DRAM_ATTR esp_timer_handle_t s_btdm_slp_tmr;382 static DRAM_ATTR struct k_sem *s_wakeup_req_sem = NULL;
359 static DRAM_ATTR struct osi_funcs_t *osi_funcs_p;363 static DRAM_ATTR int64_t s_time_phy_rf_just_enabled = 0;364 static DRAM_ATTR esp_bt_controller_status_t btdm_controller_status = ESP_BT_CONTROLLER_STATUS_IDLE;374 static DRAM_ATTR uint32_t btdm_lpcycle_us = 0;376 static DRAM_ATTR uint8_t btdm_lpcycle_us_frac = 0;380 static DRAM_ATTR uint8_t btdm_lpclk_sel;383 static DRAM_ATTR struct k_sem *s_wakeup_req_sem = NULL;
122 DRAM_ATTR struct g_hci_rxinfo_list g_hci_rxinfo_head;123 static DRAM_ATTR struct uart_env_tag uart_env;125 static DRAM_ATTR gdma_channel_handle_t s_rx_channel;126 static DRAM_ATTR gdma_channel_handle_t s_tx_channel;
26 static DRAM_ATTR gpio_slp_mode_cfg_t gpio_cfg; in gpio_hal_sleep_mode_setup_wrapper()