Searched refs:errorMessage (Results 1 – 2 of 2) sorted by relevance
270 (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() argument590 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()609 …errorMessage = $"Transaction cannot be completed. There's no SPI peripheral registered with ID: {s… in IsTransactionValid()613 …errorMessage = $"Transaction cannot be completed. There's no I2C peripheral registered with ID: {i… in IsTransactionValid()[all …]
123 private bool AssertFlagEnabled(IFlagRegisterField flag, string errorMessage) in AssertFlagEnabled() argument127 this.Log(LogLevel.Error, errorMessage); in AssertFlagEnabled()