/hal_espressif-latest/components/spi_flash/sim/ |
D | Makefile | 42 $(call CTARGET, ${1}, $(BUILD_DIR)) : ${1} 44 $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $(call CTARGET, ${1}, $(BUILD_DIR)) ${1} 48 $(call CPPTARGET, ${1}, $(BUILD_DIR)) : ${1} 50 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c -o $(call CPPTARGET, ${1}, $(BUILD_DIR)) ${1} 62 $(foreach cfile, $(CFILES), $(eval $(call COMPILE_C, $(cfile)))) 63 $(foreach cxxfile, $(CPPFILES), $(eval $(call COMPILE_CPP, $(cxxfile))))
|
/hal_espressif-latest/components/spi_flash/sim/stubs/ |
D | Makefile | 42 $(call CTARGET, ${1}, $(BUILD_DIR)) : ${1} 44 $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $(call CTARGET, ${1}, $(BUILD_DIR)) ${1} 48 $(call CPPTARGET, ${1}, $(BUILD_DIR)) : ${1} 50 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c -o $(call CPPTARGET, ${1}, $(BUILD_DIR)) ${1} 62 $(foreach cfile, $(CFILES), $(eval $(call COMPILE_C, $(cfile)))) 63 $(foreach cxxfile, $(CPPFILES), $(eval $(call COMPILE_CPP, $(cxxfile))))
|
/hal_espressif-latest/components/esp_rom/esp32/ld/ |
D | esp32.rom.syscalls.ld | 1 /* These ROM functions call respective entries in the syscall table. 57 They call the reentrant versions, passing the pointer returned by __getreent
|
D | esp32.rom.newlib-nano.ld | 108 /* _print_float and _scanf_float functions in ROM are stubs which call
|
D | esp32.rom.ld | 1379 These functions are xtos-related (or call xtos-related functions) and do not play well
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | execute-scripts-cmd.rst | 30 …his script, you can call all commands which are available in CLI, see ``espefuse.py --help``. To r… 31 If necessary, you can call ``efuses.burn_all()`` which prompts ``Type 'BURN' (all capitals) to cont…
|
/hal_espressif-latest/components/esp_netif/lwip/ |
D | esp_netif_lwip_ppp.c | 39 struct tcpip_api_call_data call; member 56 tcpip_api_call(pppapi_do_ppp_set_auth, &msg.call); in pppapi_set_auth()
|
/hal_espressif-latest/components/riscv/ |
D | vectors.S | 233 call rtos_int_enter 296 call rtos_int_exit
|
/hal_espressif-latest/components/heap/include/ |
D | heap_trace.inc | 55 /* Static function to read the call stack for a traced heap call.
|
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/ |
D | gdbhelper.py | 74 subprocess.call(['stty', 'sane'])
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_hf_client_api.h | 171 …} call; /*!< HF callback param of ESP_HF_CLIENT_CIND_CALL_EVT… member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/ |
D | bta_ag_cmd.c | 788 UINT8 call = p_scb->call_ind; in bta_ag_send_call_inds() local 794 call = BTA_AG_CALL_INACTIVE; in bta_ag_send_call_inds() 797 call = BTA_AG_CALL_ACTIVE; in bta_ag_send_call_inds() 799 call = p_scb->call_ind; in bta_ag_send_call_inds() 802 bta_ag_send_ind(p_scb, BTA_AG_IND_CALL, call, FALSE); in bta_ag_send_call_inds()
|
/hal_espressif-latest/components/esp_pm/ |
D | Kconfig | 75 you can call 'gpio_sleep_sel_dis' to disable this feature on those pins. 76 …You can also keep this feature on and call 'gpio_sleep_set_direction' and 'gpio_sleep_set_pull_mod…
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | basic-options.rst | 38 You can call ``su - $USER`` to enable read and write permissions for the serial port without having…
|
/hal_espressif-latest/tools/ci/ |
D | check_callgraph.py | 382 … This will force the parser to ignore the symbol preceding the call to function_name'
|
/hal_espressif-latest/components/esp_rom/ |
D | CMakeLists.txt | 357 # there as no explicit reference/call to it in IDF.
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/ |
D | btc_hf_client.c | 814 param.call.status = ind->value; in process_ind_evt()
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 153 the entropy seed using a mandatory call to the re-seed function.
|
/hal_espressif-latest/components/mbedtls/ |
D | Kconfig | 146 "mbedtls/esp_debug.h" and call mbedtls_esp_enable_debug_log() 579 the rest of the firmware doesn't call any standard timekeeeping
|
/hal_espressif-latest/components/esp_psram/esp32/ |
D | Kconfig.spiram | 271 …needs a large amount of stack and does not call on ROM code in any way (no direct calls, but also …
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | boot-mode-selection.rst | 365 …y point address of the software bootloader, where the ROM bootloader will call as it hands over co…
|
D | serial-protocol.rst | 507 In addition to this trace feature, most operating systems have "system call trace" or "port trace" …
|
/hal_espressif-latest/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 249 When this option is enabled, Provisioner can call specific functions to enable 669 This value affects memory and call stack consumption, which
|