nrfxlib API 0.1.0
Loading...
Searching...
No Matches

◆ assert

void(* nrf_wifi_osal_ops::assert) (int test_val, int val, enum nrf_wifi_assert_op_type op, char *assert_msg)

Assert a condition and display an error message if the condition is false.

Parameters
test_valThe value to test.
valThe value to compare against.
opThe comparison operator.
assert_msgThe error message to display.