/hal_espressif-latest/components/esp_adc/deprecated/ |
D | esp_adc_cal_common_legacy.c | 64 uint64_t *variable = (uint64_t *)malloc(term_num * sizeof(uint64_t)); in esp_adc_cal_get_reading_error() local 67 if (variable == NULL || term == NULL) { in esp_adc_cal_get_reading_error() 71 memset(variable, 0, term_num * sizeof(uint64_t)); in esp_adc_cal_get_reading_error() 81 variable[0] = 1; in esp_adc_cal_get_reading_error() 83 term[0] = variable[0] * coeff / (*param->coeff)[atten][0][1]; in esp_adc_cal_get_reading_error() 87 variable[i] = variable[i-1] * v_cali_1; in esp_adc_cal_get_reading_error() 89 term[i] = variable[i] * coeff; in esp_adc_cal_get_reading_error()
|
/hal_espressif-latest/components/esp_app_format/ |
D | Kconfig.projbuild | 15 The PROJECT_VER variable from the build system will not affect the firmware image. 22 The PROJECT_NAME variable from the build system will not affect the firmware image. 29 … If this is enabled, then config item APP_PROJECT_VER will be used for the variable PROJECT_VER.
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | ieee802_11_defs.h | 794 u8 variable[0]; member 805 u8 variable[0]; member 815 u8 variable[0]; /* Measurement Request */ member 833 u8 variable[0]; /* Optional Subelements */ member 878 u8 variable[0]; /* Measurement Report */ member 900 u8 variable[0]; /* Optional Subelements */ member
|
D | rrm.c | 334 msr_rep->variable; in wpas_rrm_beacon_rep_update_last_frame() 342 subelem = rep->variable; in wpas_rrm_beacon_rep_update_last_frame() 812 subelems = req->variable; in wpas_rm_handle_beacon_req() 923 (const void *) req->variable, in wpas_rrm_handle_msr_req_element()
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | basic-options.rst | 14 * A default chip type can be specified by setting the ``ESPTOOL_CHIP`` environment variable. 24 * A default serial port can be specified by setting the ``ESPTOOL_PORT`` environment variable. 44 … baud rate can also be specified using the ``ESPTOOL_BAUD`` environment variable. This can speed u…
|
D | flash-modes.rst | 29 …the image file. This parameter can also be specified using the environment variable ``ESPTOOL_FM``. 46 …the image file. This parameter can also be specified using the environment variable ``ESPTOOL_FF``. 82 The default ``flash_size`` parameter can also be overridden using the environment variable ``ESPTOO…
|
D | configuration-file.rst | 39 environment variable, e.g. ``ESPTOOL_CFGFILE = ~/custom_config.cfg``. 48 #. a file specified with the ``ESPTOOL_CFGFILE`` environment variable
|
D | advanced-options.rst | 43 … connection loop can be created by setting the ``ESPTOOL_OPEN_PORT_ATTEMPTS`` environment variable.
|
/hal_espressif-latest/components/bootloader/subproject/ |
D | CMakeLists.txt | 4 message(FATAL_ERROR "Bootloader subproject expects the SDKCONFIG variable to be passed " 9 message(FATAL_ERROR "Bootloader subproject expects the IDF_PATH variable to be passed " 14 message(FATAL_ERROR "Bootloader subproject expects the IDF_TARGET variable to be passed " 37 # Make EXTRA_COMPONENT_DIRS variable to point to the bootloader_components directory
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | firmware-image-format.rst | 21 …The firmware file consists of a header, a variable number of data segments and a footer. Multi-byt… 25 …The firmware file consists of a header, an extended header, a variable number of data segments and…
|
D | serial-protocol.rst | 37 …sponse packet. Inside the packet, the packet consists of a header and a variable-length body. All …
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | README.md | 27 * Set the environment variable IDF_PATH to the path to an ESP-IDF directory.
|
/hal_espressif-latest/zephyr/scripts/pinctrl/ |
D | README.md | 53 From `zephyr`'s root folder, make sure the variable ZEPHYR_BASE is set
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32.rst | 31 CODING_SCHEME (BLOCK0): Efuse variable block length scheme
|
/hal_espressif-latest/tools/esptool_py/ |
D | pyproject.toml | 143 dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
|
/hal_espressif-latest/components/log/ |
D | README.rst | 29 In each C file that uses logging functionality, define the TAG variable as shown below:
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | summary-cmd.rst | 93 "description": "Efuse variable block length scheme",
|
/hal_espressif-latest/components/efuse/esp32/ |
D | esp_efuse_table.csv | 104 CODING_SCHEME, EFUSE_BLK0, 192, 2, [] Efuse variable block leng…
|
/hal_espressif-latest/components/bt/ |
D | CMakeLists.txt | 779 …rget_compile_options(${COMPONENT_LIB} PRIVATE -Wno-implicit-fallthrough -Wno-unused-const-variable) 831 … target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-unused-but-set-variable -Wno-unused-variable)
|
/hal_espressif-latest/components/esp_system/ld/esp32/ |
D | sections.ld.in | 260 /* external memory bss, from any global variable with EXT_RAM_BSS_ATTR attribute*/
|
/hal_espressif-latest/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 365 variable in the bottom layer to record the usage of advertising buffers of BLE Mesh
|