Home
last modified time | relevance | path

Searched refs:inst (Results 1 – 25 of 38) sorted by relevance

12

/hal_espressif-3.7.0/components/hal/
Dwdt_hal_iram.c29 hal->inst = wdt_inst; in wdt_hal_init()
31 if (hal->inst == WDT_RWDT) { in wdt_hal_init()
91 if (hal->inst == WDT_RWDT) { in wdt_hal_deinit()
119 if (hal->inst == WDT_RWDT) { in wdt_hal_config_stage()
130 if (hal->inst == WDT_RWDT) { in wdt_hal_write_protect_disable()
139 if (hal->inst == WDT_RWDT) { in wdt_hal_write_protect_enable()
148 if (hal->inst == WDT_RWDT) { in wdt_hal_enable()
159 if (hal->inst == WDT_RWDT) { in wdt_hal_disable()
168 if (hal->inst == WDT_RWDT) { in wdt_hal_handle_intr()
179 if (hal->inst == WDT_RWDT) { in wdt_hal_feed()
[all …]
Dspi_flash_hal.c101 .inst = data_out->inst, // Keeps the function pointer table in spi_flash_hal_init()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_5_gap.c332 if(extend_adv_cb.inst[instance].configured && extend_adv_cb.inst[instance].connetable) { in BTM_BleSetExtendedAdvRandaddr()
365 extend_adv_cb.inst[instance].connetable = true; in BTM_BleSetExtendedAdvParams()
367 extend_adv_cb.inst[instance].connetable = false; in BTM_BleSetExtendedAdvParams()
371 extend_adv_cb.inst[instance].scannable = true; in BTM_BleSetExtendedAdvParams()
373 extend_adv_cb.inst[instance].scannable = false; in BTM_BleSetExtendedAdvParams()
377 extend_adv_cb.inst[instance].legacy_pdu = true; in BTM_BleSetExtendedAdvParams()
379 extend_adv_cb.inst[instance].legacy_pdu = false; in BTM_BleSetExtendedAdvParams()
406 extend_adv_cb.inst[instance].configured = true; in BTM_BleSetExtendedAdvParams()
616 extend_adv_cb.inst[instance].configured = false; in BTM_BleExtAdvSetRemove()
617 extend_adv_cb.inst[instance].legacy_pdu = false; in BTM_BleExtAdvSetRemove()
[all …]
/hal_espressif-3.7.0/components/bootloader_support/src/esp32s2/
Dbootloader_esp32s2.c59 uint32_t inst = 0, pid = 0, stat = 0, data = 0, pc = 0, in wdt_reset_info_dump()
65 inst = REG_READ(ASSIST_DEBUG_PRO_RCD_PDEBUGINST); in wdt_reset_info_dump()
73 if (DPORT_RECORD_PDEBUGINST_SZ(inst) == 0 && in wdt_reset_info_dump()
81 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGINST 0x%08"PRIx32, cpu_name, inst); in wdt_reset_info_dump()
/hal_espressif-3.7.0/components/bootloader_support/src/esp32/
Dbootloader_esp32.c93 uint32_t inst = 0, pid = 0, stat = 0, data = 0, pc = 0, in wdt_reset_info_dump() local
100 inst = DPORT_REG_READ(DPORT_PRO_CPU_RECORD_PDEBUGINST_REG); in wdt_reset_info_dump()
111 inst = DPORT_REG_READ(DPORT_APP_CPU_RECORD_PDEBUGINST_REG); in wdt_reset_info_dump()
121 if (DPORT_RECORD_PDEBUGINST_SZ(inst) == 0 && in wdt_reset_info_dump()
129 ESP_LOGD(TAG, "WDT reset info: %s CPU PDEBUGINST 0x%08"PRIx32, cpu_name, inst); in wdt_reset_info_dump()
/hal_espressif-3.7.0/components/bootloader_support/src/esp32s3/
Dbootloader_esp32s3.c59 uint32_t inst = 0, pid = 0, stat = 0, data = 0, pc = 0, in wdt_reset_info_dump() local
66 inst = REG_READ(ASSIST_DEBUG_CORE_0_RCD_PDEBUGINST_REG); in wdt_reset_info_dump()
75 inst = REG_READ(ASSIST_DEBUG_CORE_1_RCD_PDEBUGINST_REG); in wdt_reset_info_dump()
90 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGINST 0x%08"PRIx32, cpu_name, inst); in wdt_reset_info_dump()
/hal_espressif-3.7.0/components/hal/include/hal/
Dwdt_hal.h29 …wdt_inst_t inst; /**< Which WDT instance this HAL context is using (i.e. MWDT0, MWD… member
37 .inst = WDT_RWDT, \
Dspi_flash_hal.h32 …spi_flash_host_inst_t inst; ///< Host instance, containing host data and function pointer table. M… member
/hal_espressif-3.7.0/components/esp_rom/patches/
Desp_rom_wdt.c34 hal->inst = wdt_inst; in wdt_hal_init()
36 if (hal->inst == WDT_RWDT) { in wdt_hal_init()
96 if (hal->inst == WDT_RWDT) { in wdt_hal_deinit()
/hal_espressif-3.7.0/components/esp_system/port/soc/esp32h2/
Dsystem_internal.c77 wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in esp_restart_noos()
82 wdt_hal_context_t wdt1_context = {.inst = WDT_MWDT1, .mwdt_dev = &TIMERG1}; in esp_restart_noos()
/hal_espressif-3.7.0/components/esp_system/port/soc/esp32c3/
Dsystem_internal.c77 wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in esp_restart_noos()
82 wdt_hal_context_t wdt1_context = {.inst = WDT_MWDT1, .mwdt_dev = &TIMERG1}; in esp_restart_noos()
/hal_espressif-3.7.0/components/esp_system/port/soc/esp32s2/
Dsystem_internal.c76 wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in esp_restart_noos()
81 wdt_hal_context_t wdt1_context = {.inst = WDT_MWDT1, .mwdt_dev = &TIMERG1}; in esp_restart_noos()
/hal_espressif-3.7.0/components/esp_system/port/soc/esp32c6/
Dsystem_internal.c83 wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in esp_restart_noos()
88 wdt_hal_context_t wdt1_context = {.inst = WDT_MWDT1, .mwdt_dev = &TIMERG1}; in esp_restart_noos()
/hal_espressif-3.7.0/components/esp_system/
Dpanic.c177 wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in esp_panic_handler_reconfigure_wdts()
180 wdt_hal_context_t wdt1_context = {.inst = WDT_MWDT1, .mwdt_dev = &TIMERG1}; in esp_panic_handler_reconfigure_wdts()
204 wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in disable_all_wdts()
206 wdt_hal_context_t wdt1_context = {.inst = WDT_MWDT1, .mwdt_dev = &TIMERG1}; in disable_all_wdts()
/hal_espressif-3.7.0/components/esp_system/port/soc/esp32/
Dsystem_internal.c88 wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in esp_restart_noos()
93 wdt_hal_context_t wdt1_context = {.inst = WDT_MWDT1, .mwdt_dev = &TIMERG1}; in esp_restart_noos()
/hal_espressif-3.7.0/components/esp_system/port/soc/esp32s3/
Dsystem_internal.c84 wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in esp_restart_noos()
89 wdt_hal_context_t wdt1_context = {.inst = WDT_MWDT1, .mwdt_dev = &TIMERG1}; in esp_restart_noos()
/hal_espressif-3.7.0/tools/esptool_py/esptool/
Dcmds.py95 inst = None
108 inst = cls(detect_port._port, baud, trace_enabled=trace_enabled)
110 inst.read_reg(
114 inst.secure_download_mode = True
115 inst._post_connect()
139 inst = cls(detect_port._port, baud, trace_enabled=trace_enabled)
140 inst._post_connect()
141 inst.check_chip_id()
152 if inst is not None:
153 print(" %s" % inst.CHIP_NAME, end="")
[all …]
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/
Dwx_airsync_prf.c173 UINT8 inst = 0x00; in AirSync_CreateService() local
175 airsync_cb_env.inst_id = inst; in AirSync_CreateService()
177 esp_ble_gatts_create_srvc(server_if, &uuid, inst, num_handle, true); in AirSync_CreateService()
/hal_espressif-3.7.0/components/riscv/
Dinstruction_decode.c27 unsigned int inst; member
/hal_espressif-3.7.0/components/spi_flash/
Dmemspi_host_driver.c71 host->inst.driver = &esp_flash_default_host; in memspi_host_init_pointers()
73 host->inst.driver = &esp_flash_gpspi_host; in memspi_host_init_pointers()
76 host->inst.driver = &esp_flash_default_host; in memspi_host_init_pointers()
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/esp/ble_button/
Dbutton_pro.c195 uint8_t inst = 0x00; in Button_CreateService() local
197 button_cb_env.inst_id = inst; in Button_CreateService()
202 esp_ble_gatts_create_srvc(server_if, &uuid, inst, num_handle, true); in Button_CreateService()
/hal_espressif-3.7.0/components/esp_system/port/soc/esp32c2/
Dsystem_internal.c69 wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in esp_restart_noos()
/hal_espressif-3.7.0/components/bootloader_support/src/
Dbootloader_init.c81 wdt_hal_context_t mwdt_ctx = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in bootloader_config_wdt()
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c153 void BTA_GATTS_CreateService(tBTA_GATTS_IF server_if, const tBT_UUID * p_service_uuid, UINT8 inst, in BTA_GATTS_CreateService() argument
162 p_buf->inst = inst; in BTA_GATTS_CreateService()
/hal_espressif-3.7.0/components/esp_system/port/
Dpanic_handler.c46 static wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0};

12