Home
last modified time | relevance | path

Searched refs:test_val (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/modules/nrf_wifi/os/
Dshim.c876 static void zep_shim_assert(int test_val, int val, enum nrf_wifi_assert_op_type op, char *msg) in zep_shim_assert() argument
880 NET_ASSERT(test_val == val, "%s", msg); in zep_shim_assert()
883 NET_ASSERT(test_val != val, "%s", msg); in zep_shim_assert()
886 NET_ASSERT(test_val < val, "%s", msg); in zep_shim_assert()
889 NET_ASSERT(test_val <= val, "%s", msg); in zep_shim_assert()
892 NET_ASSERT(test_val > val, "%s", msg); in zep_shim_assert()
895 NET_ASSERT(test_val >= val, "%s", msg); in zep_shim_assert()