Home
last modified time | relevance | path

Searched refs:endianessString (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSVDParser.cs432 var endianessString = GetMandatoryField(cpuElement, "endian"); in SVDDevice()
433 Endianess = GetEndianess(endianessString); in SVDDevice()
708 private static Endianess GetEndianess(string endianessString) in GetEndianess() argument
710 switch(endianessString) in GetEndianess()
721 …bleException(string.Format("Found element with unexpected endianess type: {0}.", endianessString)); in GetEndianess()