Renamed SUB/SUPWIDE -> SUB/SUPMASK

This name makes more sense to me given what these bits are doing. Though
that may just be from the embedded engineer side.
This commit is contained in:
Christopher Haster
2024-01-22 08:03:20 -06:00
parent 3c13afd5c2
commit e04748dadd
3 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ code = '''
// name attributes, the name attribute holds the weight not
// the struct tag
return lfsr_btree_commit(lfs, btree, LFSR_ATTRS(
LFSR_ATTR(bid, SUBWIDE(TAG(tag)), 0, DATA(data)),
LFSR_ATTR(bid, SUBMASK(TAG(tag)), 0, DATA(data)),
LFSR_ATTR(bid, GROW, weight - weight_, NULL())));
}