Note that some chips have configuration bits that function like TB/SEC/CMP but are called something else in the datasheet (e.g. BP3/BP4/...). These bits should be assigned to a field according their function and the datasheet name should be noted in a comment, for example:
```
.sec = {STATUS1, 6, RW}, /* Called BP4 in datasheet, acts like SEC */
```