meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
adv:hardsectorconf [2023/06/10 16:49] – Add 'enabled' tag, decorate boolean values david-schmidtadv:hardsectorconf [2023/06/12 12:52] – Add addr/data marker bit masks david-schmidt
Line 162: Line 162:
  
 ex: ''"addrMarker": "FB"'' ex: ''"addrMarker": "FB"''
 +
 +=== addrMarkerBitMask ===
 +String - //Optional//\\
 +Address field marker bit mask to apply - value in hex.
 +
 +ex: ''"addrMarkerBitMask": "0F"''
  
 === addrFieldSize === === addrFieldSize ===
Line 374: Line 380:
  
 ex: ''"dataMarker": "FB"'' ex: ''"dataMarker": "FB"''
 +
 +=== dataMarkerBitMask ===
 +String - //Optional//\\
 +Data field marker bit mask to apply - value in hex.
 +
 +ex: ''"dataMarkerBitMask": "0F"''
  
 === dataStartIndex === === dataStartIndex ===