psp_isr_delete
This function is provided by the PSP to delete the ISR, releasing the associated resources.
Format
int psp_isr_delete ( oal_isr_id_t isr_id )
Arguments
Argument | Description | Type |
---|---|---|
isr_id | The ISR ID. | oal_isr_id_t |
Return Values
Return value | Description |
---|---|
OAL_SUCCESS | Successful execution. |
OAL_ERROR | Operation failed. |