Home
last modified time | relevance | path

Searched refs:errorMessage (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DAmbiqApollo4_IOMaster.cs270 (int)spiSlaveSelect.Value, out var errorMessage)) in DefineRegisters()
272 this.Log(LogLevel.Error, errorMessage); in DefineRegisters()
588 …onValid(Commands command, uint size, uint offsetCount, int spiSlaveSelect, out string errorMessage) in IsTransactionValid() argument
590 errorMessage = null; in IsTransactionValid()
593 errorMessage = $"Unsupported transaction command: {command}"; in IsTransactionValid()
597 errorMessage = "Read transaction with size 0 is illegal."; in IsTransactionValid()
601 errorMessage = $"{size}-byte write requested but the outgoing FIFO is empty."; in IsTransactionValid()
605 errorMessage = $"Invalid transaction offset count: {offsetCount}"; in IsTransactionValid()
609errorMessage = $"Transaction cannot be completed. There's no SPI peripheral registered with ID: {s… in IsTransactionValid()
613errorMessage = $"Transaction cannot be completed. There's no I2C peripheral registered with ID: {i… in IsTransactionValid()
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DPL011.cs123 private bool AssertFlagEnabled(IFlagRegisterField flag, string errorMessage) in AssertFlagEnabled() argument
127 this.Log(LogLevel.Error, errorMessage); in AssertFlagEnabled()