def read_u32()

in pci_lib/pci_lib.py [0:0]


def read_u32(data, offset):
    r, = struct.unpack('<L', data[offset:offset + 4])
    return r