nRF WiFi
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 test
opType of operation to be done during assertion check.
msgAssertion message.

Compares test with val. If true, prints assert message.