Home
last modified time | relevance | path

Searched refs:Data (Results 1 – 25 of 30) sorted by relevance

12

/Renode-v1.15.3-c57714d/tests/platforms/
DArnold.robot152 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 …]
DRenesas_RA6M5.robot162 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
Dambiq-apollo4.robot141 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
DQuickFeather.robot16 Should Output Voice Data
Dnucleo_h753zi.robot119 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
DRenesas_RZ_G2L.robot120 …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…
Dzynqmp.robot222 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/
Dcc2538_flash_controller.robot28 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/
DCoSimulationConnection.cs297 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 …]
DLibraryConnection.cs119 …senderData.Add(Marshal.PtrToStringAuto((IntPtr)message.Data, (int)message.Address), peripheralActi… in HandleSenderMessage()
209 parentElement.Log((LogLevel)(int)message.Data, logMessage); in HandleReceived()
DSocketConnection.cs336 parentElement.Log((LogLevel)(int)message.Data, $"Co-simulation: {log}"); in HandleReceived()
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/Protocols/
DProtocolMessage.cs19 this.Data = data; in ProtocolMessage()
69 public ulong Data { get; set; } property
/Renode-v1.15.3-c57714d/tests/peripherals/
DLIS2DW12.robot99 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 …]
DMC3635.robot20 Feed Test Data
36 Should Output Data
48 Feed Test Data ${MC3635}
DMB85RC1MT.robot50 Should Not Modify Data When Write Protection Is Active
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/
DCoSimulatedCPU.cs226 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()
DCoSimulatedUART.cs44 CharReceived?.Invoke((byte)message.Data); in HandleReceivedMessage()
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/libs/socket-cpp/Socket/
DTCPClient.cpp324 bool CTCPClient::Send(const std::vector<char>& Data) const in Send()
326 return Send(Data.data(), Data.size()); in Send()
DTCPClient.h55 bool Send(const std::vector<char>& Data) const;
/Renode-v1.15.3-c57714d/tests/platforms/verilated/
Daxi.robot58 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/
Drenesas-r7fa6m5b.repl508 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
Drenesas-r7fa8m1a.repl459 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
Drenesas-r7fa2e1a9.repl305 Tag <0x40005400,0x40005413> "DTC" // Data Transfer Controller
316 Tag <0x40054100,0x40054107> "DOC" // Data Operation Circuit
Drenesas-r7fa4m1a.repl382 Tag <0x40054100,0x40054107> "DOC" // Data Operation Circuit
383 Tag <0x40005400,0x40005413> "DTC" // Data Transfer Controller
Drenesas_rz_g2l.repl65 … 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)

12