PxInterruptSetName()
Assign a name to an interrupt object.
- APPLIES TO
-
1.0.0
- SYNOPSIS
-
PxError_t PxInterruptSetName (PxInterrupt_t interrupt, const PxChar_t *buffer, PxUInt_t bufsize); - ARGUMENTS
|
|
|
|
|
- RETURN VALUES
-
-
PXERR_NOERRORif successful, or a PXROS-HR error code otherwise.
-
- ERROR CODES
-
PXERR_GLOBAL_ILLEGAL_COREThe requested object is not on the same core
PXERR_NAME_BUFOVERFLOWThe name has been truncated
PXERR_OBJ_ILLOBJThe passed object handle is not valid
PXERR_PROT_PERMISSIONThe name is not readable for the calling task
PXERR_SERVICE_NOT_CONFIGUREDService has not been configured
PXERR_ILLEGAL_ACCESSAccess through parameter pointer in size is illegal
- DESCRIPTION
-
PxInterruptSetNameassigns the name to the object with handleinterrupt.
- SEE ALSO