Null handler function.
This follows the XInterruptHandler signature for interrupt handlers. It can be used to assign a null handler (a stub) to an interrupt controller vector table.
Note: None.
Prototype
void XNullHandler(void *NullParameter);
Parameters
The following table lists the XNullHandler
function arguments.
Name | Description |
---|---|
NullParameter | arbitrary void pointer and not used. |