TEMU  4.4
The Terma Emulator
temu_PCIBusIface Struct Reference

#include </builds/termade/temu/temu/include/temu-c/Bus/PCI.h>

Data Fields

void(* mapPciIo )(temu_Object *Obj, unsigned Device, unsigned Bar, uint64_t Addr, uint64_t Len)
 
void(* unmapPciIo )(temu_Object *Obj, unsigned Device)
 
void(* mapPciMem )(temu_Object *Obj, unsigned Device, unsigned Bar, uint64_t Addr, uint64_t Len)
 
void(* unmapPciMem )(temu_Object *Obj, unsigned Device)
 

Field Documentation

◆ mapPciIo

void(* temu_PCIBusIface::mapPciIo) (temu_Object *Obj, unsigned Device, unsigned Bar, uint64_t Addr, uint64_t Len)

◆ mapPciMem

void(* temu_PCIBusIface::mapPciMem) (temu_Object *Obj, unsigned Device, unsigned Bar, uint64_t Addr, uint64_t Len)

◆ unmapPciIo

void(* temu_PCIBusIface::unmapPciIo) (temu_Object *Obj, unsigned Device)

◆ unmapPciMem

void(* temu_PCIBusIface::unmapPciMem) (temu_Object *Obj, unsigned Device)

The documentation for this struct was generated from the following file: