Home
last modified time | relevance | path

Searched defs:bytesUsed (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CAN/
DCANMessageFrame.cs93 …ool TryFromSocketCAN(IList<byte> data, out CANMessageFrame message, out int bytesUsed, bool useNet… in TryFromSocketCAN()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_KMAC.cs188 … private static bool TryLeftDecode(byte[] data, int offset, out byte[] str, out int bytesUsed) in TryLeftDecode()