Searched defs:flag (Results 1 – 9 of 9) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/ |
| D | Interrupt.cs | 57 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/ |
| D | InterruptHandler.cs | 32 … 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/ |
| D | EOSS3_ADC.cs | 137 private void StartConversion(bool flag) in StartConversion()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/ |
| D | S32K3XX_PeriodicInterruptTimer.cs | 109 …s(long oscillatorFrequency, Registers? chainedTo, Registers control, Registers flag, Registers loa… in DefineChannelRegisters()
|
| D | STM32F4_RTC.cs | 1120 private bool flag; field in Antmicro.Renode.Peripherals.Timers.STM32F4_RTC.AlarmConfig
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/ |
| D | CC2520.cs | 472 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/ |
| D | PL011.cs | 123 private bool AssertFlagEnabled(IFlagRegisterField flag, string errorMessage) in AssertFlagEnabled()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/ |
| D | MSP430X.cs | 296 private void SetStatusFlag(StatusFlags flag, bool set) in SetStatusFlag()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | Misc.cs | 1270 public static void FlipFlag<TEnum>(ref TEnum value, TEnum flag, bool state) in FlipFlag()
|