| Bits | Identifier | Access | Reset | Decoded | Name | |
|---|---|---|---|---|---|---|
| [31:4] | - | - | - | - | ||
| [3] | sync_failed | r, rclr | - | - | ||
| [2:0] | state | r | - | Grammeter State |
Sticky-bit indicating whether sync failed
Indicates the state of the cardinal grammeter
Tip
Any field that uses an enumerated encoding will also include its enum definition alongside its description.
| enum grammeter_state_e | ||
|---|---|---|
| RESET | 0x0 | Grammeter is in reset state and not ready to be used. |
| SYNC | 0x1 | Automatic synchronization in progress. |
| READY | 0x2 | Grammeter has successfully synchronized with the stator |
| SYNC_FAIL | 0x3 | Synchronization error! It is likely that the differential girdlespring is not on the 'up' position. |