|
void | Xil_Assert (const char8 *File, s32 Line) |
| Implement assert. Currently, it calls a user-defined callback function if one has been set. Then, it potentially enters an infinite loop depending on the value of the Xil_AssertWait variable. More...
|
|
void | Xil_AssertSetCallback (Xil_AssertCallback Routine) |
| Set up a callback function to be invoked when an assert occurs. If a callback is already installed, then it will be replaced. More...
|
|
void | XNullHandler (void *NullParameter) |
| 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. More...
|
|