PxInterruptIdGet()

Return the object ID of the object handle Interrupt.

APPLIES TO

1.0.0

SYNOPSIS
PxObjId_t PxInterruptIdGet (PxInterrupt_t Interrupt);
ARGUMENTS
Interrupt

An Interrupt handle

RETURN VALUES
  • Object ID of the object handle Interrupt

DESCRIPTION

PxInterruptIdGet returns the object ID of the object handle Interrupt.

USAGE
#include "pxdef.h"

PxObjId_t objid = PxInterruptIdGet(Interrupt);