Share via


SETREG32 (Compact 2013)

10/16/2014

This macro sets a 32-bit word at a specified address.

Syntax

#define SETREG32(x, y)

Parameters

  • x
    Specifies the address. The memory address space is used for all hardware platforms.
  • y
    Specifies the bits to set.

Return Value

None.

Requirements

Header

oal_io.h

See Also

Reference

OAL I/O Macros