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
Last revisionBoth sides next revision
adv:hardsectorconf [2023/06/12 12:52] – Add addr/data marker bit masks david-schmidtadv:hardsectorconf [2023/06/12 13:01] – Talk a little more about what a mask is and does david-schmidt
Line 383: Line 383:
 === dataMarkerBitMask === === dataMarkerBitMask ===
 String - //Optional//\\ String - //Optional//\\
-Data field marker bit mask to apply - value in hex.+Data field marker bit mask to apply - value in hex. The length of the bit mask should equal the length of the marker.  This value is used to "mask off" particular bits to exclude them from consideration when locating a marker.  A binary value of 1 in any position will retain that bit for comparison.  A binary value of 0 in any position will exclude that bit from comparison.
  
 ex: ''"dataMarkerBitMask": "0F"'' ex: ''"dataMarkerBitMask": "0F"''