Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DMPFS_eNVM.cs155 ….WithFlag(1, FieldMode.Read, valueProviderCallback: (_) => switchState == SwitchState.OnCode, name… in MPFS_eNVM()
161 if((switchState == SwitchState.Off && value == SwitchState.S2OnCode) in MPFS_eNVM()
162 || (switchState == SwitchState.S2OnCode && value == SwitchState.S1OnCode) in MPFS_eNVM()
163 || (switchState == SwitchState.S1OnCode && value == SwitchState.OnCode)) in MPFS_eNVM()
165 switchState = value; in MPFS_eNVM()
170 switchState = SwitchState.Off; in MPFS_eNVM()
204 switchState = SwitchState.Off; in Reset()
240 if(switchState == SwitchState.OnCode) in ReadFlashDoubleWord()
256 if(switchState != SwitchState.OnCode) in DoAclk()
386 private SwitchState switchState; field in Antmicro.Renode.Peripherals.MTD.MPFS_eNVM