Home
last modified time | relevance | path

Searched defs:microseconds (Results 1 – 4 of 4) sorted by relevance

/Renode-v1.15.3-c57714d/tests/unit-tests/
DTestPeripheral.cs23 public void SetDelay(ulong microseconds) in SetDelay()
/Renode-v1.15.3-c57714d/tools/external_control_client/examples/run_for/
Dmain.c49 int64_t microseconds = (nanoseconds + 500) / 1000; in perf_stop() local
105 int microseconds = vt1 % TU_SECONDS; in stop_virtual_time_check() local
/Renode-v1.15.3-c57714d/src/Plugins/WiresharkPlugin/
DWiresharkSender.cs172 …rivate bool SendToWireshark(byte[] buffer, int offset, int lenght, uint seconds, uint microseconds) in SendToWireshark()
/Renode-v1.15.3-c57714d/tools/external_control_client/lib/
Drenode_api.c554 uint64_t microseconds; member