Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_si91x_driver.c2687 sl_si91x_debug_log_t debug_config = { 0 }; in sl_si91x_debug_log() local
2693 if ((debug_config.assertion_type > SL_SI91X_ASSERTION_TYPE_ALL) in sl_si91x_debug_log()
2694 || (debug_config.assertion_level > SL_SI91X_ASSERTION_LEVEL_MAX)) { in sl_si91x_debug_log()
2698 debug_config.assertion_type = assertion->assert_type; in sl_si91x_debug_log()
2699 debug_config.assertion_level = assertion->assert_level; in sl_si91x_debug_log()
2703 &debug_config, in sl_si91x_debug_log()