The function usbd_configured is used for retrieving the configuration status of the USB Device, it is helpful for determining when the USB Device has been configured so it can start using class specific communication on the USB bus. The usbd_configured function is part of the USB Device Core Driver layer of the RL-USB Software Stack. |