Searched refs:encoding (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-3.7.0/components/esp_system/ |
D | eh_frame_parser.c | 301 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/ |
D | index.rst | 79 * ``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 …
|
D | check-error-cmd.rst | 10 * ``--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.
|
D | burn-custom-mac-cmd.rst | 16 …encoding. The correct way is to contact Espressif to order chips with ``CUSTOM_MAC`` pre-burned fr…
|
D | dump-cmd.rst | 83 In the last lines, which are separated from the main dump, you can see the encoding scheme status f…
|
D | summary-cmd.rst | 22 …ditional information: the block name associated with this eFuse field and encoding errors (if any).
|
D | burn-key-digest-cmd.rst | 25 …at does not support post-write data changes. Forced write can damage RS encoding bits. The write-p…
|
D | burn-key-cmd.rst | 38 …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/ |
D | gen_crt_bundle.py | 73 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/ |
D | setup.py | 27 encoding=kwargs.get("encoding", "utf8"),
|
/hal_espressif-3.7.0/tools/esptool_py/esptool/ |
D | config.py | 32 cfg.read(file_path, encoding="UTF-8")
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/ap/ |
D | ap_config.h | 163 u8 encoding;
|
/hal_espressif-3.7.0/tools/esptool_py/espsecure/ |
D | __init__.py | 179 encoding=serialization.Encoding.PEM, 907 encoding=serialization.Encoding.PEM, 925 encoding=serialization.Encoding.PEM,
|
/hal_espressif-3.7.0/components/bootloader/ |
D | Kconfig.projbuild | 754 bool "No encoding (256 bit key)" 757 bool "3/4 encoding (192 bit key)"
|