nrfxlib API 0.1.0
|
void nrf_wifi_osal_assert | ( | int | test, |
int | val, | ||
enum nrf_wifi_assert_op_type | op, | ||
char * | msg | ||
) |
nrf_wifi_osal_assert() - Assert a condition with a value.
test | Variable to be tested. |
val | Value to be checked for the |
op | Type of operation to be done during assertion check. |
msg | Assertion message. |
Compares