d7fa288a6c
Added: read, write operations for the common and custom efuse tables. Writing is possible only for CONFIG_EFUSE_VIRTUAL. Closes: IDF-773
1.1 KiB
1.1 KiB
1 | # field_name, | efuse_block, | bit_start, | bit_count, |comment # |
---|---|
2 | # | (EFUSE_BLK0 | (0..255) | (1..-) | # |
3 | # | EFUSE_BLK1 | |MAX_BLK_LEN*| # |
4 | # | EFUSE_BLK2 | | | # |
5 | # | EFUSE_BLK3) | | | # |
6 | ########################################################################## |
7 | # !!!!!!!!!!! # |
8 | # this will generate new source files, next rebuild all the sources. |
9 | # !!!!!!!!!!! # |
10 | MODULE_VERSION, EFUSE_BLK3, 56, 8, Module version |
11 | DEVICE_ROLE, EFUSE_BLK3, 64, 3, Device role |
12 | SETTING_1, EFUSE_BLK3, 67, 6, Setting 1 |
13 | SETTING_2, EFUSE_BLK3, 73, 5, Setting 2 |
14 | CUSTOM_SECURE_VERSION, EFUSE_BLK3, 78, 16, Custom secure version |