Description
This assert macro is to be used for functions that do return a value.This in conjunction with the Xil_AssertWait boolean can be used to accommodate tests so that asserts which fail allow execution to continue.
Parameters
The following table lists the Xil_AssertNonvoid
function arguments.
Name | Description |
---|---|
Expression | expression to be evaluated. If it evaluates to false, the assert occurs. |