Home
last modified time | relevance | path

Searched defs:flag (Results 1 – 9 of 9) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/
DInterrupt.cs57 private Interrupt(IFlagRegisterField flag, IFlagRegisterField mask) in Interrupt()
88 private readonly IFlagRegisterField flag; field in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIOModel.Interrupt
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DInterruptHandler.cs32 … public void RegisterInterrupt(TRegister register, TFlag flag, byte position, bool masked = false) in RegisterInterrupt()
46 public void RequestInterrupt(TFlag flag) in RequestInterrupt()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DEOSS3_ADC.cs137 private void StartConversion(bool flag) in StartConversion()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DS32K3XX_PeriodicInterruptTimer.cs109 …s(long oscillatorFrequency, Registers? chainedTo, Registers control, Registers flag, Registers loa… in DefineChannelRegisters()
DSTM32F4_RTC.cs1120 private bool flag; field in Antmicro.Renode.Peripherals.Timers.STM32F4_RTC.AlarmConfig
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DCC2520.cs472 private void SetException(ExceptionFlags flag) in SetException()
481 private void UnsetException(ExceptionFlags flag) in UnsetException()
490 private bool IsExceptionSet(ExceptionFlags flag) in IsExceptionSet()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DPL011.cs123 private bool AssertFlagEnabled(IFlagRegisterField flag, string errorMessage) in AssertFlagEnabled()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/
DMSP430X.cs296 private void SetStatusFlag(StatusFlags flag, bool set) in SetStatusFlag()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs1270 public static void FlipFlag<TEnum>(ref TEnum value, TEnum flag, bool state) in FlipFlag()