Share via


OUTREG16 (Compact 2013)

10/16/2014

This macro writes a 16-bit word to a specified address.

Syntax

#define OUTREG16(x, y)

Parameters

  • x
    Specifies the address. The memory address space is used for all hardware platforms.
  • y
    16-bit word to write to the specified address.

Return Value

None.

Requirements

Header

oal_io.h

See Also

Reference

OAL I/O Macros