Lines Matching full:custom
5 …t demonstrates read and write operations with fields from the common and custom eFuse tables. For …
20 * The custom table (for custom purposes).
22 The custom table has five fields:
29 CUSTOM_SECURE_VERSION, EFUSE_BLK3, 78, 16, Custom secure version
74 * `CONFIG_EFUSE_CUSTOM_TABLE=y` - It allows using the custom table.
100 I (323) example: Uses common and custom tables
104 I (343) example: 3. read custom fields
112 I (383) example: write custom efuse fields
132 I (327) example: Uses common and custom tables
136 I (347) example: 3. read custom fields
158 ### How to create the new custom table
160 …he example there is a custom eFuse table - `esp_efuse_custom_table.csv`. You can add there some fi…
184 …ree you can run `idf.py show-efuse-table`. It prints a sorted list of the common and custom tables.