Home
last modified time | relevance | path

Searched refs:encoding (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-3.7.0/components/esp_system/
Deh_frame_parser.c301 static uint32_t esp_eh_frame_get_encoded(void* data, uint8_t encoding, uint32_t* psize) in esp_eh_frame_get_encoded() argument
307 const uint32_t high = encoding >> 4; in esp_eh_frame_get_encoded()
308 const uint32_t low = encoding & 0xf; in esp_eh_frame_get_encoded()
312 if (encoding == DW_EH_PE_omit) { in esp_eh_frame_get_encoded()
396 const uint32_t encoding, in esp_eh_frame_find_entry() argument
402 uint32_t is_signed = (encoding & 0xf) >= 0x9; in esp_eh_frame_find_entry()
416 if (ESP_ENCODING_FRAME_HDR_REL(encoding)) { in esp_eh_frame_find_entry()
471 const uint32_t encoding) in esp_eh_frame_decode_address() argument
475 if (ESP_ENCODING_FRAME_HDR_REL(encoding)) in esp_eh_frame_decode_address()
477 else if (ESP_ENCODING_PC_REL(encoding)) in esp_eh_frame_decode_address()
/hal_espressif-3.7.0/tools/esptool_py/docs/en/espefuse/
Dindex.rst79 * ``None`` no need any special encoding data. BLOCK0 is always None.
80 * ``3/4``, requires encoding data. The BLOCK length is reduced from 256 bits to 192 bits.
87 * ``None`` no need any special encoding data, but internally it copies data four times. BLOCK0.
92 This tool automatically adds encoding data to the burning data if it requires. Encoded data is calc…
94 …schemes (except ``None``) require additional encoding data to be provided at write time. Due to th…
106 Some eFuse blocks have an encoding scheme (Reed-Solomon or 3/4) that requires encoded data, making …
Dcheck-error-cmd.rst10 * ``--recovery``. It repairs encoding errors in eFuse blocks, if possible.
25 WARNING: Coding scheme has encoding bit error warnings
55 Repairs encoding errors in eFuse blocks, if possible.
Dburn-custom-mac-cmd.rst16encoding. The correct way is to contact Espressif to order chips with ``CUSTOM_MAC`` pre-burned fr…
Ddump-cmd.rst83 In the last lines, which are separated from the main dump, you can see the encoding scheme status f…
Dsummary-cmd.rst22 …ditional information: the block name associated with this eFuse field and encoding errors (if any).
Dburn-key-digest-cmd.rst25 …at does not support post-write data changes. Forced write can damage RS encoding bits. The write-p…
Dburn-key-cmd.rst38 …at does not support post-write data changes. Forced write can damage RS encoding bits. The write-p…
/hal_espressif-3.7.0/components/mbedtls/esp_crt_bundle/
Dgen_crt_bundle.py73 with open(file_path, 'r', encoding='utf-8') as f:
146 with open(filter_path, 'r', encoding='utf-8') as f:
156 with open(crts_path, 'r', encoding='utf-8') as f:
/hal_espressif-3.7.0/tools/esptool_py/
Dsetup.py27 encoding=kwargs.get("encoding", "utf8"),
/hal_espressif-3.7.0/tools/esptool_py/esptool/
Dconfig.py32 cfg.read(file_path, encoding="UTF-8")
/hal_espressif-3.7.0/components/wpa_supplicant/src/ap/
Dap_config.h163 u8 encoding;
/hal_espressif-3.7.0/tools/esptool_py/espsecure/
D__init__.py179 encoding=serialization.Encoding.PEM,
907 encoding=serialization.Encoding.PEM,
925 encoding=serialization.Encoding.PEM,
/hal_espressif-3.7.0/components/bootloader/
DKconfig.projbuild754 bool "No encoding (256 bit key)"
757 bool "3/4 encoding (192 bit key)"