Searched refs:ticks (Results 1 – 5 of 5) sorted by relevance
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/peripherals/ |
D | cpu-agent.h | 79 int64_t ticks = 0; in handleRequest() local 82 ticks = message->value - tickCounter; in handleRequest() 83 if (ticks < 0) in handleRequest() 87 tick(false, ticks); in handleRequest() 98 ticks = ticks > 0 ? ticks : 0; in handleRequest() 99 communicationChannel->sendSender(Protocol(tickClock, 0, ticks)); in handleRequest() 105 int64_t ticks = 0; in handleRequest() local 108 ticks = message->value - tickCounter; in handleRequest() 109 if (ticks < 0) in handleRequest() 113 for (int64_t i = 0; i < ticks; i++) in handleRequest() [all …]
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/ |
D | renode_cfu.cpp | 99 long ticks; in handle_request() local 104 ticks = request->value - renodeAgent->cfu->tickCounter; in handle_request() 105 if(ticks > 0) { in handle_request() 106 renodeAgent->tick(false, ticks); in handle_request()
|
D | renode_bus.cpp | 216 long ticks = request->value - firstInterface->tickCounter; in handleRequest() local 217 if(ticks < 0) { in handleRequest() 221 tick(false, ticks); in handleRequest()
|
/Renode-v1.15.3-c57714d/tests/platforms/ |
D | STM32L072.robot | 195 Wait For Line On Uart Set alarm in 2 sec (2 ticks) 220 Wait For Line On Uart RTC wakeup callback triggered, wakeup flag is set, ticks=25 221 Wait For Line On Uart RTC wakeup callback triggered, wakeup flag is set, ticks=200 222 Wait For Line On Uart RTC wakeup callback triggered, wakeup flag is set, ticks=5 223 Wait For Line On Uart RTC wakeup callback triggered, wakeup flag is set, ticks=1000
|
/Renode-v1.15.3-c57714d/ |
D | CHANGELOG.rst | 1427 * time drift caused by unreported virtual ticks and improper instruction counting
|