Searched refs:SystemClockFrequency (Results 1 – 2 of 2) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/ | ||
| D | ImxUart.cs | 297 return divisor == 0 ? 0 : (uint)(SystemClockFrequency / divisor); |
| D | NS16550.cs | 625 return divisor == 0 ? 0 : (uint)(SystemClockFrequency / divisor); |