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

◆ nrf_wifi_osal_assert()

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.

Parameters
testVariable to be tested.
valValue to be checked for the
opType of operation to be done during assertion check.
msgAssertion message.

Compares

Returns
None.