def read_u16()

in pci_lib/pci_lib.py [0:0]


def read_u16(data, offset):
    r, = struct.unpack('<H', data[offset:offset + 2])
    return r