PxInterruptIdSet()

Return an object handle which holds id as the object ID.

APPLIES TO

1.0.0

SYNOPSIS
PxInterrupt_t PxInterruptIdSet (PxObjId_t id);
ARGUMENTS
id

The object id

RETURN VALUES
  • Interrupt handle

DESCRIPTION

PxInterruptIdSet returns an object handle which holds id as the object ID.

USAGE
#include "pxdef.h"

PxInterrupt_t id = PxInterruptIdSet(oid);