PxInterruptIdResetError()
Reset the last error of the object handle Interrupt.
- APPLIES TO
-
1.0.0
- SYNOPSIS
-
PxError_t PxInterruptIdResetError (PxInterrupt_t *Interrupt);
- ARGUMENTS
|
- RETURN VALUES
-
-
The last error of the object handle Interrupt
-
- DESCRIPTION
-
PxInterruptIdResetError resets the last error of the object handle Interrupt.
- USAGE
-
#include "pxdef.h" PxError_t err = PxInterruptIdResetError(Interrupt);