| /Renode-v1.15.3-c57714d/tests/platforms/ |
| D | Arnold.robot | 152 Wait For Log Entry Data received: 0x0 153 Wait For Log Entry Data received: 0x1 154 Wait For Log Entry Data received: 0x2 155 Wait For Log Entry Data received: 0x3 156 Wait For Log Entry Data received: 0x4 157 Wait For Log Entry Data received: 0x5 158 Wait For Log Entry Data received: 0x6 159 Wait For Log Entry Data received: 0x7 160 Wait For Log Entry Data received: 0x8 161 Wait For Log Entry Data received: 0x9 [all …]
|
| D | Renesas_RA6M5.robot | 162 Wait For Line On Uart ICP Sensor Data 178 Wait For Line On Uart HS3001 Sensor Data 297 Wait For Line On Uart ICM Sensor Data 320 Wait For Line On Uart ICM Sensor Data 333 Wait For Line On Uart ICM Sensor Data 391 Wait For Line On Uart IAQ Sensor Data 396 Wait For Line On Uart OAQ Sensor Data 399 Wait For Line On Uart HS3001 Sensor Data 403 Wait For Line On Uart ICM Sensor Data 416 Wait For Line On Uart ICP Sensor Data
|
| D | ambiq-apollo4.robot | 141 Wait For Log Entry iom1.dummySpi: Data received: 0xF8 142 Wait For Log Entry iom1.dummySpi: Data received: 0x1 143 Wait For Log Entry iom1.dummySpi: Data received: 0x80 144 Wait For Log Entry iom1.dummySpi: Data received: 0x0
|
| D | QuickFeather.robot | 16 Should Output Voice Data
|
| D | nucleo_h753zi.robot | 119 Should Encrypt And Decrypt Data in AES GCM Mode 132 Should Encrypt And Decrypt Data in AES GCM Mode With Interrupts 139 # See `Should Encrypt And Decrypt Data in AES GCM Mode` for explanation
|
| D | Renesas_RZ_G2L.robot | 120 …Wait For Line On Uart Enter text input for Master buffer. Data size should not exceed 64… 123 …Wait For Line On Uart Enter text input for Slave buffer. Data size should not exceed 64 … 222 …Wait For Line On Uart MHU message received! (Channel: ${mhu_channel}, Data: ${expected_d…
|
| D | zynqmp.robot | 222 Wait For Line On Uart Original Data size: 1160 223 Wait For Line On Uart Compressed Data size : 895 472 Wait For Line On Uart ENC Thread Received Data 479 Wait For Line On Uart ENC Thread Received Data 493 Wait For Line On Uart ENC Thread Received Data 500 Wait For Line On Uart ENC Thread Received Data
|
| /Renode-v1.15.3-c57714d/tests/platforms/CC2538/ |
| D | cc2538_flash_controller.robot | 28 Wait For Line On Uart [OK] Data written with memset successfully 29 Wait For Line On Uart [OK] Data written successfully timeout=12 30 Wait For Line On Uart [OK] Data erased successfully 31 Wait For Line On Uart [OK] Data erased successfully
|
| /Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/ |
| D | CoSimulationConnection.cs | 297 return result.Data; in Read() 405 …is.Log(LogLevel.Noisy, "Writing byte: 0x{0:X} to address: 0x{1:X}", message.Data, message.Address); in HandleReceivedMessage() 406 systemBus.WriteByte(message.Address, (byte)message.Data); in HandleReceivedMessage() 410 …is.Log(LogLevel.Noisy, "Writing word: 0x{0:X} to address: 0x{1:X}", message.Data, message.Address); in HandleReceivedMessage() 411 systemBus.WriteWord(message.Address, (ushort)message.Data); in HandleReceivedMessage() 415 …LogLevel.Noisy, "Writing double word: 0x{0:X} to address: 0x{1:X}", message.Data, message.Address); in HandleReceivedMessage() 416 systemBus.WriteDoubleWord(message.Address, (uint)message.Data); in HandleReceivedMessage() 420 …g(LogLevel.Noisy, "Writing quad word: 0x{0:X} to address: 0x{1:X}", message.Data, message.Address); in HandleReceivedMessage() 421 systemBus.WriteQuadWord(message.Address, message.Data); in HandleReceivedMessage() 448 message.ActionId, message.Address, message.Data); in HandleReceivedMessage() [all …]
|
| D | LibraryConnection.cs | 119 …senderData.Add(Marshal.PtrToStringAuto((IntPtr)message.Data, (int)message.Address), peripheralActi… in HandleSenderMessage() 209 parentElement.Log((LogLevel)(int)message.Data, logMessage); in HandleReceived()
|
| D | SocketConnection.cs | 336 parentElement.Log((LogLevel)(int)message.Data, $"Co-simulation: {log}"); in HandleReceived()
|
| /Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/Protocols/ |
| D | ProtocolMessage.cs | 19 this.Data = data; in ProtocolMessage() 69 public ulong Data { get; set; } property
|
| /Renode-v1.15.3-c57714d/tests/peripherals/ |
| D | LIS2DW12.robot | 99 LIS2DW12 Should Return Data From RESD 132 Prepare Multi-Frequency Data Test 173 LIS2DW12 Should Return Data From RESD In 12-Bit Mode 174 ${resdPath}= LIS2DW12 Should Return Data From RESD ${ACCEL_POLLING_SAMPLE} 12 177 # we have to repeat this here instead of in LIS2DW12 Should Return Data From RESD 180 LIS2DW12 Should Return Data From RESD In 14-Bit Mode 181 ${resdPath}= LIS2DW12 Should Return Data From RESD ${ACCEL_POLLING_SAMPLE_14BIT} 14 191 LIS2DW12 Should Return Multi-Frequency Data - Switch Late 192 ${resdPath}= Prepare Multi-Frequency Data Test 222 LIS2DW12 Should Return Multi-Frequency Data - Switch Early [all …]
|
| D | MC3635.robot | 20 Feed Test Data 36 Should Output Data 48 Feed Test Data ${MC3635}
|
| D | MB85RC1MT.robot | 50 Should Not Modify Data When Write Protection Is Active
|
| /Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/ |
| D | CoSimulatedCPU.cs | 226 instructionsExecutedThisRound = message.Data; in HandleReceived() 229 isHaltedRequested = message.Data > 0 ? true : false; in HandleReceived() 233 registerValue = message.Data; in HandleReceived() 244 instructionsExecutedThisRound = message.Data; in HandleReceived()
|
| D | CoSimulatedUART.cs | 44 CharReceived?.Invoke((byte)message.Data); in HandleReceivedMessage()
|
| /Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/libs/socket-cpp/Socket/ |
| D | TCPClient.cpp | 324 bool CTCPClient::Send(const std::vector<char>& Data) const in Send() 326 return Send(Data.data(), Data.size()); in Send()
|
| D | TCPClient.h | 55 bool Send(const std::vector<char>& Data) const;
|
| /Renode-v1.15.3-c57714d/tests/platforms/verilated/ |
| D | axi.robot | 58 Prepare Data 128 Prepare Data 0x20000000 133 Prepare Data 0xA1000000 145 Prepare Data 0xA1000000 157 Prepare Data 0x20080000 169 Prepare Data 0x20080000
|
| /Renode-v1.15.3-c57714d/platforms/cpus/ |
| D | renesas-r7fa6m5b.repl | 508 Tag <0x40005400,0x40005427> "DTC" // Data Transfer Controller 532 Tag <0x40109000,0x40109007> "DOC" // Data Operation Circuit 542 Tag <0x407fb000,0x407fb183> "TSD" // Temperature Sensor Calibration Data 543 Tag <0x407fc000,0x407fc043> "FLAD" // Data Flash
|
| D | renesas-r7fa8m1a.repl | 459 Tag <0x4000ac00,0x4000ac27> "DTC" // Data Transfer Controller 465 Tag <0x4011b17c,0x4011b183> "TSD" // Temperature Sensor Data 466 Tag <0x4011c000,0x4011c043> "FLAD" // Data Flash 484 Tag <0x40311000,0x4031101b> "DOC" // Data Operation Circuit-4
|
| D | renesas-r7fa2e1a9.repl | 305 Tag <0x40005400,0x40005413> "DTC" // Data Transfer Controller 316 Tag <0x40054100,0x40054107> "DOC" // Data Operation Circuit
|
| D | renesas-r7fa4m1a.repl | 382 Tag <0x40054100,0x40054107> "DOC" // Data Operation Circuit 383 Tag <0x40005400,0x40005413> "DTC" // Data Transfer Controller
|
| D | renesas_rz_g2l.repl | 65 … sysbus new Bus.BusPointRegistration { address: 0x20010000; cpu: cpu_m33 }; // Non-secure (Data) 66 sysbus new Bus.BusPointRegistration { address: 0x30010000; cpu: cpu_m33 } // Secure (Data) 74 … sysbus new Bus.BusPointRegistration { address: 0x20020000; cpu: cpu_m33 }; // Non-secure (Data) 75 sysbus new Bus.BusPointRegistration { address: 0x30020000; cpu: cpu_m33 } // Secure (Data)
|