Home
last modified time | relevance | path

Searched refs:location (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-3.7.0/components/esp_system/
Deh_frame_parser.c134 uint32_t location; member
508 state->location += *operands; in esp_eh_frame_execute_opcode_0()
513 state->location += *((const uint16_t*) operands); in esp_eh_frame_execute_opcode_0()
518 state->location += *((const uint32_t*) operands); in esp_eh_frame_execute_opcode_0()
615 state->location += param; in esp_eh_frame_execute()
636 if (state->location >= EXECUTION_FRAME_PC(*frame)) in esp_eh_frame_execute()
757 state->location = initial_location; in esp_eh_frame_restore_caller_state()
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hf_client.h84 int location; member
/hal_espressif-3.7.0/tools/esptool_py/docs/en/esptool/
Dconfiguration-file.rst29 If a configuration file is still not found, the last inspected location is the home directory:
36 Therefore, the Windows configuration directory location also depends on these.
38 A different location for the configuration file can be specified with the ``ESPTOOL_CFGFILE``
Dflashing-firmware.rst24 * All of the compiled binary files in a known location.
35 The location of generated binaries depends on the used development framework. If you are unsure of …
/hal_espressif-3.7.0/components/bt/host/bluedroid/api/
Desp_hf_client_api.c240 esp_err_t esp_hf_client_dial_memory(int location) in esp_hf_client_dial_memory() argument
254 arg.dial_memory.location = location; in esp_hf_client_dial_memory()
/hal_espressif-3.7.0/components/bt/host/bluedroid/api/include/api/
Desp_hf_client_api.h462 esp_err_t esp_hf_client_dial_memory(int location);
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbtc_hf_client.c410 static bt_status_t btc_hf_client_dial_memory(int location) in btc_hf_client_dial_memory() argument
414 …SendAT(hf_client_local_param.btc_hf_client_cb.handle, BTA_HF_CLIENT_AT_CMD_ATD, location, 0, NULL); in btc_hf_client_dial_memory()
1094 btc_hf_client_dial_memory(arg->dial_memory.location); in btc_hf_client_call_handler()
/hal_espressif-3.7.0/components/esp_system/ld/esp32c3/
Dmemory.ld.in93 * The lines below define location alias for .rtc.data section
/hal_espressif-3.7.0/components/esp_system/ld/esp32c6/
Dmemory.ld.in105 * The lines below define location alias for .rtc.data section
/hal_espressif-3.7.0/components/esp_system/ld/esp32h2/
Dmemory.ld.in101 * The lines below define location alias for .rtc.data section
/hal_espressif-3.7.0/components/esp_system/ld/esp32/
Dsections.ld.in57 The memory location of the data is dependent on
87 The memory location of the data is dependent on
Dmemory.ld.in147 /* The lines below define location alias for .rtc.data section based on Kconfig option.
/hal_espressif-3.7.0/components/esp_system/ld/esp32s2/
Dsections.ld.in65 The memory location of the data is dependent on
94 The memory location of the data is dependent on
Dmemory.ld.in128 /* The lines below define location alias for .rtc.data section based on Kconfig option.
/hal_espressif-3.7.0/components/esp_system/ld/esp32s3/
Dsections.ld.in59 * The memory location of the data is dependent on
89 * The memory location of the data is dependent on CONFIG_ESP32S3_RTCDATA_IN_FAST_MEM option.
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h303 .location = (_loc), \
358 const uint16_t location; member