Jungo WinDriver  
Official Documentation

◆ WDC_WriteMem16

#define WDC_WriteMem16 (   addr,
  off,
  val 
)     *(volatile WORD * )(((UPTR)(addr) + (UPTR)(off))) = (val)

writes 2 byte (16 bits) to a specified memory address.

The address is written to directly in the calling context (user mode / kernel mode)

Definition at line 758 of file wdc_lib.h.