Home
last modified time | relevance | path

Searched refs:max_blk_len (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/efuse/
Defuse_table_gen.py22 max_blk_len = 256 variable
416 return max_blk_len
496 global max_blk_len
513 max_blk_len = args.max_blk_len
514 print('Max number of bits in BLK %d' % (max_blk_len))
515 if max_blk_len not in [256, 192, 128]:
516 raise InputError('Unsupported block length = %d' % (max_blk_len))
DCMakeLists.txt40 set(GEN_EFUSE_TABLE_ARG ${TOOL_TARGET} --max_blk_len ${CONFIG_EFUSE_MAX_BLK_LEN})