![]() |
common
Xilinx SDK Drivers API Documentation
|
Functions | |
| void | XAssert (char *File, int Line) |
| Implements assert. More... | |
| void | XAssertSetCallback (XAssertCallback Routine) |
| Sets up a callback function to be invoked when an assert occurs. More... | |
| void | XNullHandler (void *NullParameter) |
| Null handler function. More... | |
Variables | |
| unsigned int | XAssertStatus |
| This variable allows testing to be done easier with asserts. More... | |
| int | XWaitInAssert = TRUE |
| This variable allows the assert functionality to be changed for testing such that it does not wait infinitely. More... | |