Home
last modified time | relevance | path

Searched refs:coding (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dindex.rst74 The coding scheme helps the eFuse controller to detect an error of the eFuse blocks. There are spec…
76 {IDF_TARGET_NAME} supports the following coding schemes:
84 BLOCK1-3 can have any of this coding scheme. It depends on the ``CODING_SCHEME`` eFuse.
91 Rest eFuse blocks from BLOCK1 to BLOCK(max) have ``RS`` coding scheme.
95coding schemes (except ``None``) require additional encoding data to be provided at write time. Du…
100 …nd compares the original data, and additionally checks the status of the coding scheme, if there a…
Dburn-custom-mac-cmd.rst16 If ``CUSTOM_MAC`` is placed in an eFuse block with a coding scheme and already has data then it is …
76 (coding scheme = NONE)
Dburn-key-digest-cmd.rst25 …ite-protecting of the key. The key remains writable. The keys use the RS coding scheme that does n…
32 …{IDF_TARGET_NAME} must have chip version > 3 (v300) and coding scheme = ``None`` otherwise an erro…
Dburn-key-cmd.rst20 …. It is a raw binary file. It must contain 256 bits of binary key if the coding scheme is ``None``…
38 …ite-protecting of the key. The key remains writable. The keys use the RS coding scheme that does n…
127 …When the ``None`` coding scheme is in use, keys are 256-bits (32 bytes) long. When 3/4 Coding Sche…
128 …e 3/4 Coding Scheme. The key file must be the appropriate length for the coding scheme currently i…
Dcheck-error-cmd.rst77 Recovery of block coding errors.
Ddump-cmd.rst87 …oding scheme status for each block. If there are all zeros, then there are no coding scheme errors.
Dexecute-scripts-cmd.rst49 …print("connected chip: %s, coding scheme %s" % (esp.get_chip_description(), efuses["CODING_SCHEME"…
/hal_espressif-latest/components/esp_wifi/include/esp_private/
Desp_wifi_he_types_private.h82 uint16_t coding : 1; member
/hal_espressif-latest/tools/esptool_py/
DCHANGELOG.md48 - **espefuse**: Allow the espefuse.py to work when coding scheme == 3
DCONTRIBUTING.rst74 Please follow these coding standards when writing code for ``esptool.py``: