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

◆ nrf_wifi_assert_op_type

The type of assertion operation to be performed.

Enumerator
NRF_WIFI_ASSERT_EQUAL_TO 

The assertion check for equality.

NRF_WIFI_ASSERT_NOT_EQUAL_TO 

The assertion check for non-equality.

NRF_WIFI_ASSERT_LESS_THAN 

The assertion check for lesser value.

NRF_WIFI_ASSERT_LESS_THAN_EQUAL_TO 

The assertion check for equal or lesser.

NRF_WIFI_ASSERT_GREATER_THAN 

The assertion check for condition of more than value.

NRF_WIFI_ASSERT_GREATER_THAN_EQUAL_TO 

The assertion check for condition equal or more than value.