Assertion structure. It is a structure that contains information about the assertion type and level, which are used to determine the output of debug logs.

Public Attributes#

Assertion type. It must be in the range of 0 to 15 (both included).

Assertion level. It must be in the range of 0 to 15 (both included).

Public Attribute Documentation#

assert_type#

sl_si91x_assertion_type_t sl_si91x_assertion_t::assert_type

Assertion type. It must be in the range of 0 to 15 (both included).


Definition at line 305 of file components/device/silabs/si91x/wireless/inc/sl_si91x_driver.h

assert_level#

sl_si91x_assertion_level_t sl_si91x_assertion_t::assert_level

Assertion level. It must be in the range of 0 to 15 (both included).


Definition at line 306 of file components/device/silabs/si91x/wireless/inc/sl_si91x_driver.h