Jungo WinDriver  
Official Documentation

◆ WDC_ReadMem8

#define WDC_ReadMem8 (   addr,
  off 
)    *(volatile BYTE *)((UPTR)(addr) + (UPTR)(off))

Direct memory read/write macros.


Read/Write memory and I/O addresses

reads 1 byte (8 bits) from a specified memory address. The address is read directly in the calling context (user mode / kernel mode).

Definition at line 728 of file wdc_lib.h.