Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dux_test.c692 UX_TEST_ERROR_CALLBACK_PARAMS *error_callback_params; in ux_test_action_handler_check() local
959 error_callback_params = params; in ux_test_action_handler_check()
960 … if ((this->error_code && error_callback_params->error_code != this->error_code) || in ux_test_action_handler_check()
961 … (this->system_context && error_callback_params->system_context != this->system_context) || in ux_test_action_handler_check()
962 … (this->system_level && error_callback_params->system_level != this->system_level)) in ux_test_action_handler_check()