![]() |
nRF WiFi
|
| 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 test |
| op | Type of operation to be done during assertion check. |
| msg | Assertion message. |
Compares test with val. If true, prints assert message.