Home
last modified time | relevance | path

Searched refs:blockProtectionValue (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DMacronix_MX25R.cs48 private void UpdateLockedRange(uint blockProtectionValue) in UpdateLockedRange() argument
50 if(blockProtectionValue == 0) in UpdateLockedRange()
58 var protectedSectorShift = (int)(blockProtectionValue - 1); in UpdateLockedRange()