Jungo WinDriver  
Official Documentation

◆ WDC_WriteMem8

#define WDC_WriteMem8 (   addr,
  off,
  val 
)     *(volatile BYTE * )(((UPTR)(addr) + (UPTR)(off))) = (val)

writes 1 byte (8 bits) to a specified memory address.

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

Definition at line 752 of file wdc_lib.h.