Searched refs:clock (Results 1 – 3 of 3) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/ |
| D | SAMD21_RTC.cs | 47 (int)clock.year, in OnLimitReached() 48 (int)clock.month, in OnLimitReached() 49 (int)clock.day, in OnLimitReached() 50 (int)clock.hours, in OnLimitReached() 51 (int)clock.minutes, in OnLimitReached() 52 (int)clock.seconds in OnLimitReached() 55 clock.year = (uint)dateTime.Year; in OnLimitReached() 56 clock.month = (uint)dateTime.Month; in OnLimitReached() 57 clock.day = (uint)dateTime.Day; in OnLimitReached() 58 clock.hours = (uint)dateTime.Hour; in OnLimitReached() [all …]
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/ |
| D | PicoRV_SPI.cs | 32 .WithFlag(4, out var clock, FieldMode.Write, name: "clk") in PicoRV_SPI() 65 … if(bbHelper.Update(clock.Value, data0.Value, !memioEnable.Value && !chipSelectNegated.Value)) in PicoRV_SPI()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | ZynqMP_PlatformManagementUnit.cs | 397 var clock = (Clock)message.Payload[0]; in HandleClockGetDivider() 402 if(clock == Clock.Uart1Ref) in HandleClockGetDivider()
|