Searched refs:threshold (Results 1 – 3 of 3) sorted by relevance
| /littlefs-latest/scripts/ |
| D | perfbd.py | 889 threshold=None, argument 895 if threshold is None: 896 threshold = THRESHOLD 897 elif len(threshold) == 1: 898 threshold = threshold[0], threshold[0] 901 read_t0, read_t1 = threshold 909 prog_t0, prog_t1 = threshold 917 erase_t0, erase_t1 = threshold
|
| D | perf.py | 923 threshold=None, argument 928 if threshold is None: 930 elif len(threshold) == 1: 931 t0, t1 = threshold[0], threshold[0] 933 t0, t1 = threshold
|
| /littlefs-latest/ |
| D | DESIGN.md | 1214 some threshold, but is still recoverable. With ECC we can do this at write
|