Searched refs:usb_sts_type (Results 1 – 15 of 15) sorted by relevance
| /bsp/at32/libraries/usbotg_library/inc/ |
| A D | usbh_ctrl.h | 47 usb_sts_type usbh_ctrl_recv_data(usbh_core_type *uhost, uint8_t *buffer, 51 usb_sts_type usbh_ctrl_setup_handler(usbh_core_type *uhost); 53 usb_sts_type usbh_ctrl_data_in_handler(usbh_core_type *uhost); 55 usb_sts_type usbh_ctrl_data_out_handler(usbh_core_type *uhost); 57 usb_sts_type usbh_ctrl_status_in_handler(usbh_core_type *uhost); 59 usb_sts_type usbh_ctrl_status_out_handler(usbh_core_type *uhost); 61 usb_sts_type usbh_ctrl_error_handler(usbh_core_type *uhost); 62 usb_sts_type usbh_ctrl_stall_handler(usbh_core_type *uhost); 63 usb_sts_type usbh_ctrl_complete_handler(usbh_core_type *uhost); 64 usb_sts_type usbh_ctrl_transfer_loop(usbh_core_type *uhost); [all …]
|
| A D | usbh_core.h | 314 usb_sts_type usbh_in_out_request(usbh_core_type *uhost, uint8_t hc_num); 315 usb_sts_type usbh_interrupt_recv(usbh_core_type *uhost, uint8_t hc_num, 317 usb_sts_type usbh_interrupt_send(usbh_core_type *uhost, uint8_t hc_num, 319 usb_sts_type usbh_bulk_recv(usbh_core_type *uhost, uint8_t hc_num, 321 usb_sts_type usbh_bulk_send(usbh_core_type *uhost, uint8_t hc_num, 323 usb_sts_type usbh_isoc_send(usbh_core_type *uhost, uint8_t hc_num, 325 usb_sts_type usbh_isoc_recv(usbh_core_type *uhost, uint8_t hc_num, 327 usb_sts_type usbh_cfg_default_init(usbh_core_type *uhost); 333 usb_sts_type usbh_ctrl_result_check(usbh_core_type *uhost, 338 usb_sts_type usbh_loop_handler(usbh_core_type *uhost); [all …]
|
| A D | usbd_core.h | 103 usb_sts_type (*init_handler)(void *udev); /*!< usb class init handler */ 104 usb_sts_type (*clear_handler)(void *udev); /*!< usb class clear handler */ 105 usb_sts_type (*setup_handler)(void *udev, usb_setup_type *setup); /*!< usb class setup handler */ 106 …usb_sts_type (*ept0_tx_handler)(void *udev); /*!< usb class endpoint 0 tx co… 107 …usb_sts_type (*ept0_rx_handler)(void *udev); /*!< usb class endpoint 0 rx co… 108 …usb_sts_type (*in_handler)(void *udev, uint8_t ept_num); /*!< usb class in transfer comp… 109 …usb_sts_type (*out_handler)(void *udev, uint8_t ept_num); /*!< usb class out transfer com… 110 usb_sts_type (*sof_handler)(void *udev); /*!< usb class sof handler */ 111 usb_sts_type (*event_handler)(void *udev, usbd_event_type event); /*!< usb class event handler */ 174 usb_sts_type usbd_core_init(usbd_core_type *udev,
|
| A D | usbd_sdr.h | 47 usb_sts_type usbd_device_request(usbd_core_type *udev); 48 usb_sts_type usbd_interface_request(usbd_core_type *udev); 49 usb_sts_type usbd_endpoint_request(usbd_core_type *udev);
|
| A D | usb_core.h | 98 usb_sts_type usb_core_config(otg_core_type *otgdev, uint8_t core_id); 100 usb_sts_type usbd_init(otg_core_type *udev, 105 usb_sts_type usbh_init(otg_core_type *hdev,
|
| A D | usb_std.h | 268 }usb_sts_type; typedef
|
| /bsp/at32/libraries/usbd_library/src/ |
| A D | usbd_sdr.c | 40 static usb_sts_type usbd_get_status(usbd_core_type *udev); 68 usb_sts_type ret = USB_OK; in usbd_get_descriptor() 132 usb_sts_type ret = USB_OK; in usbd_set_address() 178 usb_sts_type ret = USB_OK; in usbd_get_status() 203 usb_sts_type ret = USB_OK; in usbd_clear_feature() 230 usb_sts_type ret = USB_OK; in usbd_set_feature() 247 usb_sts_type ret = USB_OK; in usbd_get_configuration() 279 usb_sts_type ret = USB_OK; in usbd_set_configuration() 337 usb_sts_type ret = USB_OK; in usbd_device_request() 381 usb_sts_type ret = USB_OK; in usbd_interface_request() [all …]
|
| /bsp/at32/libraries/usbotg_library/src/ |
| A D | usbd_sdr.c | 39 static usb_sts_type usbd_get_status(usbd_core_type *udev); 67 usb_sts_type ret = USB_OK; in usbd_get_descriptor() 159 usb_sts_type ret = USB_OK; in usbd_set_address() 206 usb_sts_type ret = USB_OK; in usbd_get_status() 231 usb_sts_type ret = USB_OK; in usbd_clear_feature() 259 usb_sts_type ret = USB_OK; in usbd_set_feature() 281 usb_sts_type ret = USB_OK; in usbd_get_configuration() 313 usb_sts_type ret = USB_OK; in usbd_set_configuration() 375 usb_sts_type ret = USB_OK; in usbd_device_request() 419 usb_sts_type ret = USB_OK; in usbd_interface_request() [all …]
|
| A D | usbh_ctrl.c | 130 usb_sts_type status = USB_WAIT; in usbh_ctrl_setup_wait_handler() 189 usb_sts_type status = USB_OK; in usbh_ctrl_data_in_handler() 206 usb_sts_type status = USB_OK; in usbh_ctrl_data_in_wait_handler() 243 usb_sts_type status = USB_OK; in usbh_ctrl_data_out_handler() 262 usb_sts_type status = USB_OK; in usbh_ctrl_data_out_wait_handler() 299 usb_sts_type status = USB_OK; in usbh_ctrl_status_in_handler() 316 usb_sts_type status = USB_OK; in usbh_ctrl_status_in_wait_handler() 352 usb_sts_type status = USB_OK; in usbh_ctrl_status_out_handler() 369 usb_sts_type status = USB_OK; in usbh_ctrl_status_out_wait_handler() 519 usb_sts_type status = USB_OK; in usbh_ctrl_request() [all …]
|
| A D | usb_core.c | 35 usb_sts_type usb_core_config(otg_core_type *udev, uint8_t core_id); 43 usb_sts_type usb_core_config(otg_core_type *otgdev, uint8_t core_id) in usb_core_config() 97 usb_sts_type usbd_init(otg_core_type *otgdev, in usbd_init() 100 usb_sts_type usb_sts = USB_OK; in usbd_init() 147 usb_sts_type usbh_init(otg_core_type *otgdev, in usbh_init() 150 usb_sts_type status = USB_OK; in usbh_init()
|
| A D | usbh_core.c | 113 usb_sts_type status = USB_OK; in usbh_in_out_request() 308 usb_sts_type usbh_bulk_recv(usbh_core_type *uhost, uint8_t hc_num, in usbh_bulk_recv() 427 usb_sts_type usbh_cfg_default_init(usbh_core_type *uhost) in usbh_cfg_default_init() 523 usb_sts_type usbh_core_init(usbh_core_type *uhost, in usbh_core_init() 527 usb_sts_type status = USB_OK; in usbh_core_init() 768 usb_sts_type status; in usbh_ctrl_result_check() 812 usb_sts_type usbh_enum_handler(usbh_core_type *uhost) in usbh_enum_handler() 814 usb_sts_type status = USB_WAIT; in usbh_enum_handler() 1068 usb_sts_type status; in usbh_class_request() 1178 usb_sts_type usbh_loop_handler(usbh_core_type *uhost) in usbh_loop_handler() [all …]
|
| A D | usbd_core.c | 796 usb_sts_type usbd_core_init(usbd_core_type *udev, in usbd_core_init()
|
| /bsp/at32/libraries/usbd_library/inc/ |
| A D | usbd_core.h | 88 usb_sts_type (*init_handler)(void *udev); /*!< usb class init handler */ 89 usb_sts_type (*clear_handler)(void *udev); /*!< usb class clear handler */ 90 usb_sts_type (*setup_handler)(void *udev, usb_setup_type *setup); /*!< usb class setup handler */ 91 …usb_sts_type (*ept0_tx_handler)(void *udev); /*!< usb class endpoint 0 tx co… 92 …usb_sts_type (*ept0_rx_handler)(void *udev); /*!< usb class endpoint 0 rx co… 93 …usb_sts_type (*in_handler)(void *udev, uint8_t ept_num); /*!< usb class in transfer comp… 94 …usb_sts_type (*out_handler)(void *udev, uint8_t ept_num); /*!< usb class out transfer com… 95 usb_sts_type (*sof_handler)(void *udev); /*!< usb class sof handler */ 96 usb_sts_type (*event_handler)(void *udev, usbd_event_type event); /*!< usb class event handler */
|
| A D | usbd_sdr.h | 47 usb_sts_type usbd_device_request(usbd_core_type *udev); 48 usb_sts_type usbd_interface_request(usbd_core_type *udev); 49 usb_sts_type usbd_endpoint_request(usbd_core_type *udev);
|
| A D | usb_std.h | 277 }usb_sts_type; typedef
|
Completed in 28 milliseconds