/hal_espressif-3.7.0/components/esp_hw_support/ |
D | adc_share_hw_ctrl.c | 55 static inline uint32_t esp_efuse_rtc_calib_get_init_code(int version, uint32_t adc_unit, int atten) in esp_efuse_rtc_calib_get_init_code() argument 57 int tag = esp_efuse_rtc_table_get_tag(version, adc_unit, atten, RTCCALIB_V2_PARAM_VINIT); in esp_efuse_rtc_calib_get_init_code() 72 int version = esp_efuse_rtc_calib_get_ver(); in adc_calc_hw_calibration_code() local 76 if ((version >= ESP_EFUSE_ADC_CALIB_VER_MIN) && in adc_calc_hw_calibration_code() 77 (version <= ESP_EFUSE_ADC_CALIB_VER_MAX)) { in adc_calc_hw_calibration_code() 79 init_code = esp_efuse_rtc_calib_get_init_code(version, adc_n, atten); in adc_calc_hw_calibration_code() 99 ESP_EARLY_LOGV(TAG, "Calib(V%d) ADC%d atten=%d: %04X", version, adc_n + 1, atten, init_code); in adc_calc_hw_calibration_code() 111 int version = esp_efuse_rtc_calib_get_ver(); in adc_load_hw_calibration_chan_compens() local 112 if ((version >= ESP_EFUSE_ADC_CALIB_VER_MIN) && in adc_load_hw_calibration_chan_compens() 113 (version <= ESP_EFUSE_ADC_CALIB_VER_MAX)) { in adc_load_hw_calibration_chan_compens() [all …]
|
D | mac_addr.c | 218 uint8_t version; in get_efuse_mac_custom() 219 esp_efuse_read_field_blob(ESP_EFUSE_MAC_CUSTOM_VER, &version, 8); in get_efuse_mac_custom() 220 if (version != 1) { in get_efuse_mac_custom() 222 if (version == 0) { in get_efuse_mac_custom() 224 } else if (version != 1) { in get_efuse_mac_custom() 225 ESP_LOGE(TAG, "Base MAC address version error, version = %d", version); in get_efuse_mac_custom()
|
/hal_espressif-3.7.0/components/efuse/esp32c3/ |
D | esp_efuse_rtc_calib.c | 25 uint32_t esp_efuse_rtc_calib_get_init_code(int version, uint32_t adc_unit, int atten) in esp_efuse_rtc_calib_get_init_code() argument 27 assert((version >= ESP_EFUSE_ADC_CALIB_VER_MIN) && in esp_efuse_rtc_calib_get_init_code() 28 (version <= ESP_EFUSE_ADC_CALIB_VER_MAX)); in esp_efuse_rtc_calib_get_init_code() 50 esp_err_t esp_efuse_rtc_calib_get_cal_voltage(int version, uint32_t adc_unit, int atten, uint32_t* … in esp_efuse_rtc_calib_get_cal_voltage() argument 55 if ((version < ESP_EFUSE_ADC_CALIB_VER_MIN) || in esp_efuse_rtc_calib_get_cal_voltage() 56 (version > ESP_EFUSE_ADC_CALIB_VER_MAX)) { in esp_efuse_rtc_calib_get_cal_voltage() 88 uint32_t version = esp_efuse_rtc_calib_get_ver(); in esp_efuse_rtc_calib_get_tsens_val() local 89 if (version != 1) { in esp_efuse_rtc_calib_get_tsens_val()
|
/hal_espressif-3.7.0/components/efuse/esp32s3/ |
D | esp_efuse_rtc_calib.c | 28 uint32_t esp_efuse_rtc_calib_get_init_code(int version, uint32_t adc_unit, int atten) in esp_efuse_rtc_calib_get_init_code() argument 30 assert((version >= ESP_EFUSE_ADC_CALIB_VER_MIN) && in esp_efuse_rtc_calib_get_init_code() 31 (version <= ESP_EFUSE_ADC_CALIB_VER_MAX)); in esp_efuse_rtc_calib_get_init_code() 64 esp_err_t esp_efuse_rtc_calib_get_cal_voltage(int version, uint32_t adc_unit, int atten, uint32_t *… in esp_efuse_rtc_calib_get_cal_voltage() argument 66 assert((version >= ESP_EFUSE_ADC_CALIB_VER_MIN) && in esp_efuse_rtc_calib_get_cal_voltage() 67 (version <= ESP_EFUSE_ADC_CALIB_VER_MAX)); in esp_efuse_rtc_calib_get_cal_voltage() 99 uint32_t version = esp_efuse_rtc_calib_get_ver(); in esp_efuse_rtc_calib_get_tsens_val() local 100 if (version != 1) { in esp_efuse_rtc_calib_get_tsens_val()
|
/hal_espressif-3.7.0/components/efuse/esp32c6/ |
D | esp_efuse_rtc_calib.c | 35 uint32_t esp_efuse_rtc_calib_get_init_code(int version, uint32_t adc_unit, int atten) in esp_efuse_rtc_calib_get_init_code() argument 60 int esp_efuse_rtc_calib_get_chan_compens(int version, uint32_t adc_unit, uint32_t adc_channel, int … in esp_efuse_rtc_calib_get_chan_compens() argument 98 esp_err_t esp_efuse_rtc_calib_get_cal_voltage(int version, uint32_t adc_unit, int atten, uint32_t* … in esp_efuse_rtc_calib_get_cal_voltage() argument 112 if ((version < ESP_EFUSE_ADC_CALIB_VER_MIN) || in esp_efuse_rtc_calib_get_cal_voltage() 113 (version > ESP_EFUSE_ADC_CALIB_VER_MAX)) { in esp_efuse_rtc_calib_get_cal_voltage() 127 uint32_t chk_offset = (version == ESP_EFUSE_ADC_CALIB_VER1) ? 1500 : (atten == 2) ? 2900 : 2850; in esp_efuse_rtc_calib_get_cal_voltage() 129 *out_vol_mv = input_vout_mv[VER2IDX(version)][atten]; in esp_efuse_rtc_calib_get_cal_voltage()
|
/hal_espressif-3.7.0/tools/esptool_py/docs/en/ |
D | versions.rst | 6 …rsioning specification <https://semver.org/>`_, following the ``MAJOR.MINOR.PATCH`` version number. 10 …fixes are not planned, therefore it is strongly recommended to install the latest version possible. 14 …rds package maintainers. Regular users should always use the most recent version of ``esptool.py``… 20 To see the latest available version and its release notes, visit the `release page on GitHub <https… 22 To get the latest possible version, simply define your dependency as ``esptool`` (without any relea… 27 Some use cases might require a specific ``esptool.py`` version without getting new features, but wi… 30 …otation selects the latest version of ``esptool.py``, greater than or equal to ``v4.0.1``, but sti… 36 If you also want to get new features (instead of just bugfixes), define your version requirement as… 42 …th the latest ``MAJOR`` release of ``esptool.py``, a previous compatible version has to be specifi… 48 …is required, define your dependency as ``esptool==4.1.2``. This specific version will be used and …
|
/hal_espressif-3.7.0/components/efuse/esp32c2/ |
D | esp_efuse_rtc_calib.c | 27 uint32_t esp_efuse_rtc_calib_get_init_code(int version, uint32_t adc_unit, int atten) in esp_efuse_rtc_calib_get_init_code() argument 29 assert((version >= ESP_EFUSE_ADC_CALIB_VER_MIN) && in esp_efuse_rtc_calib_get_init_code() 30 (version <= ESP_EFUSE_ADC_CALIB_VER_MAX)); in esp_efuse_rtc_calib_get_init_code() 66 esp_err_t esp_efuse_rtc_calib_get_cal_voltage(int version, uint32_t adc_unit, int atten, uint32_t *… in esp_efuse_rtc_calib_get_cal_voltage() argument 68 assert((version >= ESP_EFUSE_ADC_CALIB_VER_MIN) && in esp_efuse_rtc_calib_get_cal_voltage() 69 (version <= ESP_EFUSE_ADC_CALIB_VER_MAX)); in esp_efuse_rtc_calib_get_cal_voltage()
|
/hal_espressif-3.7.0/components/efuse/esp32s2/ |
D | esp_efuse_rtc_calib.c | 14 uint32_t version = esp_efuse_rtc_table_read_calib_version(); in esp_efuse_rtc_calib_get_tsens_val() local 15 if ((version != 1) && (version != 2)) { in esp_efuse_rtc_calib_get_tsens_val()
|
D | esp_efuse_rtc_table.c | 97 int esp_efuse_rtc_table_get_tag(int version, int adc_num, int atten, int extra_params) in esp_efuse_rtc_table_get_tag() argument 102 if (version == 1 && extra_params == RTCCALIB_V1_PARAM_VLOW) { // Volage LOW, Version 1 in esp_efuse_rtc_table_get_tag() 104 } else if (version == 1 && extra_params == RTCCALIB_V1_PARAM_VHIGH) { in esp_efuse_rtc_table_get_tag() 106 } else if (version == 2 && extra_params == RTCCALIB_V2_PARAM_VHIGH) { in esp_efuse_rtc_table_get_tag() 108 } else if (version == 2 && extra_params == RTCCALIB_V2_PARAM_VINIT) { in esp_efuse_rtc_table_get_tag() 115 …ESP_EARLY_LOGV(RTC_TBL_LOG_TAG, "V%d ADC%d ATTEN%d PARAM%d -> %d", version, adc_num + 1, atten, ex… in esp_efuse_rtc_table_get_tag()
|
/hal_espressif-3.7.0/components/efuse/esp32c6/include/ |
D | esp_efuse_rtc_calib.h | 35 uint32_t esp_efuse_rtc_calib_get_init_code(int version, uint32_t adc_unit, int atten); 46 int esp_efuse_rtc_calib_get_chan_compens(int version, uint32_t adc_unit, uint32_t adc_channel, int … 60 esp_err_t esp_efuse_rtc_calib_get_cal_voltage(int version, uint32_t adc_unit, int atten, uint32_t* …
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/eap_server/ |
D | eap_server_methods.c | 72 struct eap_method * eap_server_method_alloc(int version, int vendor, in eap_server_method_alloc() argument 80 eap->version = version; in eap_server_method_alloc() 113 method->version != EAP_SERVER_METHOD_INTERFACE_VERSION) { in eap_server_method_register()
|
/hal_espressif-3.7.0/components/esp_app_format/ |
D | esp_app_desc.c | 18 .version = "", 20 .version = PROJECT_VER, 47 _Static_assert(sizeof(PROJECT_VER) <= sizeof(esp_app_desc.version), "PROJECT_VER is longer than ver…
|
/hal_espressif-3.7.0/components/efuse/esp32h2/include/ |
D | esp_efuse_rtc_calib.h | 34 uint32_t esp_efuse_rtc_calib_get_init_code(int version, uint32_t adc_unit, int atten); 47 esp_err_t esp_efuse_rtc_calib_get_cal_voltage(int version, int atten, uint32_t* out_digi, uint32_t*…
|
/hal_espressif-3.7.0/components/efuse/esp32s3/include/ |
D | esp_efuse_rtc_calib.h | 34 uint32_t esp_efuse_rtc_calib_get_init_code(int version, uint32_t adc_unit, int atten); 48 esp_err_t esp_efuse_rtc_calib_get_cal_voltage(int version, uint32_t adc_unit, int atten, uint32_t* …
|
/hal_espressif-3.7.0/components/efuse/esp32c2/include/ |
D | esp_efuse_rtc_calib.h | 34 uint32_t esp_efuse_rtc_calib_get_init_code(int version, uint32_t adc_unit, int atten); 48 esp_err_t esp_efuse_rtc_calib_get_cal_voltage(int version, uint32_t adc_unit, int atten, uint32_t *…
|
/hal_espressif-3.7.0/components/efuse/esp32c3/include/ |
D | esp_efuse_rtc_calib.h | 34 uint32_t esp_efuse_rtc_calib_get_init_code(int version, uint32_t adc_unit, int atten); 48 esp_err_t esp_efuse_rtc_calib_get_cal_voltage(int version, uint32_t adc_unit, int atten, uint32_t* …
|
/hal_espressif-3.7.0/components/esp_rom/esp32c3/ld/ |
D | esp32c3.rom.version.ld | 1 /* ROM version variables for esp32c3 3 * These addresses should be compatible with any ROM version for this chip.
|
/hal_espressif-3.7.0/components/esp_rom/esp32s3/ld/ |
D | esp32s3.rom.version.ld | 1 /* ROM version variables for esp32s3 3 * These addresses should be compatible with any ROM version for this chip.
|
/hal_espressif-3.7.0/components/esp_rom/esp32c2/ld/ |
D | esp32c2.rom.version.ld | 7 /* ROM version variables for esp32c2 9 * These addresses should be compatible with any ROM version for this chip.
|
/hal_espressif-3.7.0/components/esp_rom/esp32c6/ld/ |
D | esp32c6.rom.version.ld | 6 /* ROM version variables for esp32c6 8 * These addresses should be compatible with any ROM version for this chip.
|
/hal_espressif-3.7.0/components/esp_rom/esp32h2/ld/ |
D | esp32h2.rom.version.ld | 6 /* ROM version variables for esp32h2 8 * These addresses should be compatible with any ROM version for this chip.
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/ap/ |
D | wpa_auth_ie.c | 34 WPA_PUT_LE16(hdr->version, WPA_VERSION); in wpa_write_wpa_ie() 99 WPA_PUT_LE16(hdr->version, RSN_VERSION); in wpa_write_rsn_ie() 399 int ciphers, key_mgmt, res, version; in wpa_validate_wpa_ie() local 411 version = WPA_PROTO_RSN; in wpa_validate_wpa_ie() 413 version = WPA_PROTO_WAPI; in wpa_validate_wpa_ie() 415 version = WPA_PROTO_WPA; in wpa_validate_wpa_ie() 418 if (!(wpa_auth->conf.wpa & version)) { in wpa_validate_wpa_ie() 420 version, MAC2STR(sm->addr)); in wpa_validate_wpa_ie() 424 if (version == WPA_PROTO_RSN) { in wpa_validate_wpa_ie() 462 } else if (version == WPA_PROTO_WAPI) { in wpa_validate_wpa_ie() [all …]
|
/hal_espressif-3.7.0/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C2.rst | 26 …DISABLE_WAFER_VERSION_MAJOR (BLOCK0) Disables check of wafer version major … 27 …DISABLE_BLK_VERSION_MAJOR (BLOCK0) Disables check of blk version major … 31 …BLK_VERSION_MINOR (BLOCK2) Minor version of BLOCK2 … 32 …BLK_VERSION_MAJOR (BLOCK2) Major version of BLOCK2 … 54 …SECURE_VERSION (BLOCK0) Secure version for anti-rollback …
|
/hal_espressif-3.7.0/components/esp_rom/esp32/ld/ |
D | esp32.rom.newlib-locale.ld | 2 ESP32 ROM contains newlib version 2.2.0, and these functions should not be 3 used when compiling with newlib version 3, since locale implementation is
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/eap_peer/ |
D | eap_peap_common.c | 18 peap_prfplus(int version, const u8 *key, size_t key_len, in peap_prfplus() argument 37 if (version == 0) { in peap_prfplus()
|