nrfxlib API 0.1.0
|
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.
test_val | The value to test. |
val | The value to compare against. |
op | The comparison operator. |
assert_msg | The error message to display. |