Description
This assert macro is to be used for void functions.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_AssertVoid
function arguments.
Name | Description |
---|---|
Expression | expression to be evaluated. If it evaluates to false, the assert occurs. |