File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12951295 desc: '''
12961296 This field exposes the id state in redundant enum format.
12971297 The 2bit id state enum is repeated 16x so that it fills the entire 32bit register.
1298- The encoding is straightforward replication: [val, val, ... val]."
1298+ The encoding is straightforward replication: ` [val, val, ... val]`.
12991299 '''
13001300 enum: [
13011301 { value: "0x0",
Original file line number Diff line number Diff line change @@ -492,7 +492,7 @@ This register exposes the id state of the device.
492492### LC_ID_STATE . STATE
493493This field exposes the id state in redundant enum format.
494494The 2bit id state enum is repeated 16x so that it fills the entire 32bit register.
495- The encoding is straightforward replication: [ val, val, ... val] ."
495+ The encoding is straightforward replication: ` [val, val, ... val] ` .
496496
497497| Value | Name | Description |
498498| :-----------| :-------------| :------------------------------------------|
You can’t perform that action at this time.
0 commit comments