Searched refs:usbd_notify_urbchange_callback (Results 1 – 3 of 3) sorted by relevance
| /bsp/at32/libraries/usbotg_library/src/ |
| A D | usbh_int.c | 207 usbd_notify_urbchange_callback(uhost, chn, uhost->urb_state[chn]); in usbh_hch_in_handler() 212 usbd_notify_urbchange_callback(uhost, chn, uhost->urb_state[chn]); in usbh_hch_in_handler() 263 usbd_notify_urbchange_callback(uhost, chn, uhost->urb_state[chn]); in usbh_hch_in_handler() 403 usbd_notify_urbchange_callback(uhost, chn, uhost->urb_state[chn]); in usbh_hch_out_handler() 414 usbd_notify_urbchange_callback(uhost, chn, uhost->urb_state[chn]); in usbh_hch_out_handler() 613 rt_weak void usbd_notify_urbchange_callback(usbh_core_type *uhost, uint8_t chnum, urb_sts_type sts) in usbd_notify_urbchange_callback() function
|
| /bsp/at32/libraries/usbotg_library/inc/ |
| A D | usbh_int.h | 58 void usbd_notify_urbchange_callback(usbh_core_type *uhost, uint8_t chnum, urb_sts_type sts);
|
| /bsp/at32/libraries/rt_drivers/ |
| A D | drv_usbotgh.c | 97 void usbd_notify_urbchange_callback(usbh_core_type *uhost, uint8_t chnum, urb_sts_type sts) in usbd_notify_urbchange_callback() function
|
Completed in 4 milliseconds