Searched refs:encoding (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-latest/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-latest/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-latest/tools/esptool_py/docs/en/espefuse/ |
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 | index.rst | 80 * ``None`` no need any special encoding data. BLOCK0 is always None. 81 * ``3/4``, requires encoding data. The BLOCK length is reduced from 256 bits to 192 bits. 88 * ``None`` no need any special encoding data, but internally it copies data four times. BLOCK0. 93 This tool automatically adds encoding data to the burning data if it requires. Encoded data is calc… 95 …schemes (except ``None``) require additional encoding data to be provided at write time. Due to th… 107 Some eFuse blocks have an encoding scheme (Reed-Solomon or 3/4) that requires encoded data, making …
|
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 | 87 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-latest/tools/esptool_py/esptool/ |
D | config.py | 33 cfg.read(file_path, encoding="UTF-8")
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | ap_config.h | 163 u8 encoding;
|
/hal_espressif-latest/tools/esptool_py/ |
D | pyproject.toml | 154 # ignore long lines - used for RS encoding pairs
|
/hal_espressif-latest/tools/esptool_py/espsecure/ |
D | __init__.py | 184 encoding=serialization.Encoding.PEM, 957 encoding=serialization.Encoding.PEM, 975 encoding=serialization.Encoding.PEM,
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 790 bool "No encoding (256 bit key)" 793 bool "3/4 encoding (192 bit key)"
|