Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DMPFS_RTC.cs319 .StackAbove((uint)currentTime.Second, 8) in GetDateTimeAlarmCompareLower()
320 .StackAbove((uint)currentTime.Minute, 8) in GetDateTimeAlarmCompareLower()
321 .StackAbove((uint)currentTime.Hour, 8) in GetDateTimeAlarmCompareLower()
322 .StackAbove((uint)currentTime.Day, 8); in GetDateTimeAlarmCompareLower()
328 .StackAbove((uint)currentTime.Month, 8) in GetDateTimeAlarmCompareUpper()
329 .StackAbove(CalculateYear(currentTime), 8) in GetDateTimeAlarmCompareUpper()
330 .StackAbove(CalculateWeekday(currentTime), 8) in GetDateTimeAlarmCompareUpper()
331 .StackAbove(CalculateWeek(currentTime), 6); in GetDateTimeAlarmCompareUpper()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSDCard.cs610 .StackAbove(status, 13, 0) in HandleStandardCommand()
611 .StackAbove(status, 1, 19) in HandleStandardCommand()
612 .StackAbove(status, 2, 22) in HandleStandardCommand()
613 .StackAbove(CardAddress, 16, 0) in HandleStandardCommand()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitHelper.cs911 public BitConcatenator StackAbove(uint value, int length, int position = 0) in StackAbove() method in Antmicro.Renode.Utilities.BitHelper.BitConcatenator