Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 21 of 21) sorted by relevance

/hal_espressif-latest/components/esp_adc/deprecated/
Desp_adc_cal_common_legacy.c64 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/
DKconfig.projbuild15 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/
Dieee802_11_defs.h794 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
Drrm.c334 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/
Dbasic-options.rst14 * 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…
Dflash-modes.rst29 …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…
Dconfiguration-file.rst39 environment variable, e.g. ``ESPTOOL_CFGFILE = ~/custom_config.cfg``.
48 #. a file specified with the ``ESPTOOL_CFGFILE`` environment variable
Dadvanced-options.rst43 … connection loop can be created by setting the ``ESPTOOL_OPEN_PORT_ATTEMPTS`` environment variable.
/hal_espressif-latest/components/bootloader/subproject/
DCMakeLists.txt4 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/
Dfirmware-image-format.rst21 …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…
Dserial-protocol.rst37 …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/
DREADME.md27 * Set the environment variable IDF_PATH to the path to an ESP-IDF directory.
/hal_espressif-latest/zephyr/scripts/pinctrl/
DREADME.md53 From `zephyr`'s root folder, make sure the variable ZEPHYR_BASE is set
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32.rst31 CODING_SCHEME (BLOCK0): Efuse variable block length scheme
/hal_espressif-latest/tools/esptool_py/
Dpyproject.toml143 dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
/hal_espressif-latest/components/log/
DREADME.rst29 In each C file that uses logging functionality, define the TAG variable as shown below:
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dsummary-cmd.rst93 "description": "Efuse variable block length scheme",
/hal_espressif-latest/components/efuse/esp32/
Desp_efuse_table.csv104 CODING_SCHEME, EFUSE_BLK0, 192, 2, [] Efuse variable block leng…
/hal_espressif-latest/components/bt/
DCMakeLists.txt779 …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/
Dsections.ld.in260 /* external memory bss, from any global variable with EXT_RAM_BSS_ATTR attribute*/
/hal_espressif-latest/components/bt/esp_ble_mesh/
DKconfig.in365 variable in the bottom layer to record the usage of advertising buffers of BLE Mesh