Lines Matching refs:or

26 …* EFUSE_BLK3 can be partially reserved for the custom MAC address, or used entirely for user appli…
35 * EFUSE_BLK3 or EFUSE_BLK_USER_DATA can be used for user purposes;
36 …* EFUSE_BLK4 or EFUSE_BLK_KEY0 can be used as key (for secure_boot or flash_encryption) or for use…
37 …* EFUSE_BLK5 or EFUSE_BLK_KEY1 can be used as key (for secure_boot or flash_encryption) or for use…
38 …* EFUSE_BLK6 or EFUSE_BLK_KEY2 can be used as key (for secure_boot or flash_encryption) or for use…
39 …* EFUSE_BLK7 or EFUSE_BLK_KEY3 can be used as key (for secure_boot or flash_encryption) or for use…
40 …* EFUSE_BLK8 or EFUSE_BLK_KEY4 can be used as key (for secure_boot or flash_encryption) or for use…
41 …* EFUSE_BLK9 or EFUSE_BLK_KEY5 can be used as key (for secure_boot or flash_encryption) or for use…
42 * EFUSE_BLK10 or EFUSE_BLK_SYS_DATA_PART2 is reseved for system purposes.
80 …d, if it has the same efuse_block. Otherwise (if efuse_block is different, or this is the first en…
139 To generate a `common` files, use the following command ``idf.py efuse-common-table`` or:
151 To generate a `custom` files, use the following command ``idf.py efuse-custom-table`` or:
168 #include "esp_efuse_table.h" or "esp_efuse_custom_table.h"
197 …t follow the coding scheme, an error message will be displayed. Adjust the length or offset fields.
202 …ng in one coding unit is prohibited. But if the record was made in advance or through a :cpp:func:…
216 To write some fields into one block, or different blocks in one time, you need to use ``the batch w…
277 …nd a free bits for field. Show `esp_efuse_table.csv` file or run ``idf.py show-efuse-table`` or th…
350 … to check eFuse table. To generate source files run ``efuse_common_table`` or ``efuse_custom_table…
362 During startup, the eFuses are copied from flash or, in case if flash is empty, from real eFuse to …