/hal_espressif-3.7.0/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-3.7.0/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-3.7.0/components/esp_system/test_apps/rtc_power_modes/ |
D | README.md | 11 1. Mode for ADC/Temp Sensor in monitor mode (ULP). To enable this mode, call `esp_sleep_enable_adc_… 13 3. Ultra low power mode. To enable this mode, call `rtc_sleep_enable_ultra_low`. Note if mode 1 has… 16 1. Mode for using 40 MHz XTAL in lightsleep. To enable this mode, call `esp_sleep_pd_config(ESP_PD_… 18 3. Mode for ADC/Temp Sensor in monitor mode (ULP). To enable this mdoe, call `esp_sleep_enable_adc_…
|
/hal_espressif-3.7.0/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 | 1375 These functions are xtos-related (or call xtos-related functions) and do not play well
|
/hal_espressif-3.7.0/components/esp_system/test_eh_frame_parser/ |
D | README.md | 5 backtrace. It is then checked that the functions in the call stack are indeed
|
/hal_espressif-3.7.0/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-3.7.0/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-3.7.0/components/riscv/ |
D | vectors.S | 233 call rtos_int_enter 296 call rtos_int_exit
|
/hal_espressif-3.7.0/components/heap/include/ |
D | heap_trace.inc | 55 /* Static function to read the call stack for a traced heap call.
|
/hal_espressif-3.7.0/tools/idf_monitor/idf_monitor_base/ |
D | gdbhelper.py | 74 subprocess.call(['stty', 'sane'])
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_hf_client_api.h | 168 …} call; /*!< HF callback param of ESP_HF_CLIENT_CIND_CALL_EVT… member
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/hf_ag/ |
D | bta_ag_cmd.c | 761 UINT8 call = p_scb->call_ind; in bta_ag_send_call_inds() local 767 call = BTA_AG_CALL_INACTIVE; in bta_ag_send_call_inds() 770 call = BTA_AG_CALL_ACTIVE; in bta_ag_send_call_inds() 772 call = p_scb->call_ind; in bta_ag_send_call_inds() 775 bta_ag_send_ind(p_scb, BTA_AG_IND_CALL, call, FALSE); in bta_ag_send_call_inds()
|
/hal_espressif-3.7.0/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-3.7.0/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-3.7.0/tools/ci/ |
D | check_callgraph.py | 382 … This will force the parser to ignore the symbol preceding the call to function_name'
|
/hal_espressif-3.7.0/components/esp_rom/ |
D | CMakeLists.txt | 267 # there as no explicit reference/call to it in IDF.
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/hf_client/ |
D | btc_hf_client.c | 760 param.call.status = ind->value; in process_ind_evt()
|
/hal_espressif-3.7.0/components/bt/porting/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 153 the entropy seed using a mandatory call to the re-seed function.
|
/hal_espressif-3.7.0/components/mbedtls/ |
D | Kconfig | 146 "mbedtls/esp_debug.h" and call mbedtls_esp_enable_debug_log() 515 the rest of the firmware doesn't call any standard timekeeeping
|
/hal_espressif-3.7.0/tools/esptool_py/docs/en/advanced-topics/ |
D | boot-mode-selection.rst | 361 …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-3.7.0/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-3.7.0/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 240 When this option is enabled, Provisioner can call specific functions to enable 646 This value affects memory and call stack consumption, which
|