Home
last modified time | relevance | path

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

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/include/
A Dbl808_uhs_phy.h55 uint8_t err_type; member
78 uint32_t err_type; member
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/core/Source/
A Dusbh_core.c359 void usbh_error_handler (usbh_host *puhost, usbh_status err_type) in usbh_error_handler() argument
362 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()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/core/Include/
A Dusbh_core.h272 void usbh_error_handler (usbh_host *puhost, usbh_status err_type);
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/src/
A Dbl808_uhs_phy.c764 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