Jungo WinDriver  
Official Documentation

◆ WDC_ReadMem16

#define WDC_ReadMem16 (   addr,
  off 
)     *(volatile WORD *)((UPTR)(addr) + (UPTR)(off))

reads 2 byte (16 bits) from a specified memory address.

The address is read directly in the calling context (user mode / kernel mode).

Definition at line 733 of file wdc_lib.h.