Searched refs:CommandStatusWrapperSignature (Results 1 – 1 of 1) sorted by relevance
529 arr[0] = (byte)(CommandStatusWrapperSignature & 0xFF); in ToArray()530 arr[1] = (byte)((CommandStatusWrapperSignature & 0xFF00) >> 8); in ToArray()531 arr[2] = (byte)((CommandStatusWrapperSignature & 0xFF0000) >> 16); in ToArray()532 arr[3] = (byte)((CommandStatusWrapperSignature & 0xFF000000) >> 24); in ToArray()549 private const uint CommandStatusWrapperSignature = 0x53425355; field in Antmicro.Renode.Peripherals.USBDeprecated.MassStorage.CommandStatusWrapper