Home
last modified time | relevance | path

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

/components/legacy/usb/usbdevice/class/
A Dwinusb.c232 if(((ufunction_t)dev->user_data)->device->state != USB_STATE_CONFIGURED) in win_usb_read()
246 if(((ufunction_t)dev->user_data)->device->state != USB_STATE_CONFIGURED) in win_usb_write()
A Decm.c393 if(ecm_eth_dev->func->device->state == USB_STATE_CONFIGURED) in rt_ecm_eth_rx()
444 if(ecm_eth_dev->func->device->state == USB_STATE_CONFIGURED) in rt_ecm_eth_tx()
A Dhid.c606 if (hiddev->func->device->state == USB_STATE_CONFIGURED) in _hid_write()
/components/legacy/usb/usbdevice/core/
A Dusbdevice_core.c258 if (device->state != USB_STATE_CONFIGURED) in _get_interface()
301 if (device->state != USB_STATE_CONFIGURED) in _set_interface()
350 if (device->state == USB_STATE_CONFIGURED) in _get_config()
426 device->state = USB_STATE_CONFIGURED; in _set_config()
811 if (device->state != USB_STATE_CONFIGURED) in _data_notify()
2197 if (device->state == USB_STATE_ADDRESS || device->state == USB_STATE_CONFIGURED) in rt_usbd_thread_entry()
/components/drivers/include/drivers/
A Dusb_common.h252 USB_STATE_CONFIGURED, enumerator

Completed in 13 milliseconds