PxInterruptIdGet()
Return the object ID of the object handle Interrupt.
- APPLIES TO
-
1.0.0
- SYNOPSIS
-
PxObjId_t PxInterruptIdGet (PxInterrupt_t Interrupt);
- ARGUMENTS
|
- 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);