Searched refs:err_type (Results 1 – 4 of 4) sorted by relevance
55 uint8_t err_type; member78 uint32_t err_type; member
359 void usbh_error_handler (usbh_host *puhost, usbh_status err_type) in usbh_error_handler() argument362 if ((USBH_SPEED_UNKNOWN_ERROR == err_type) || (USBH_UNRECOVERED_ERROR == err_type)) { in usbh_error_handler()366 } else if (USBH_APPLY_DEINIT == err_type) { in usbh_error_handler()
272 void usbh_error_handler (usbh_host *puhost, usbh_status err_type);
764 uhs_phy_cal_res->err_type = err; in uhs_err_handler()2629 uhs_phy_printf("uhs_phy_cal_res->err_type = %d\r\n",uhs_phy_cal_res->err_type); in dump_uhs_phy_cal_res()2650 uhs_phy_printf("uhs_phy_cal_res->err_type = %lx\r\n",uhs_phy_cal_res->err_type); in dump_uhs_phy_cal_res()2797 uhs_phy_cal_res->err_type += magic_os; in uhs_phy_init_core()2806 …s_phy_printf("!!!!!!!!!! uhs_phy_cal_res->err_type = %d !!!!!!!!!!\r\n",uhs_phy_cal_res->err_type); in uhs_phy_init_core()2808 …_phy_printf("!!!!!!!!!! uhs_phy_cal_res->err_type = %lx !!!!!!!!!!\r\n",uhs_phy_cal_res->err_type); in uhs_phy_init_core()2812 return uhs_phy_cal_res->err_type; in uhs_phy_init_core()
Completed in 37 milliseconds