User Activity

I saw the following function in the USB library.uint32_t USB_OTG_GetEPStatus(USB_OTG_CORE_HANDLE *pdev ,USB_OTG_EP *ep) { ·········· if (depctl.b.stall == 1) { Status = USB_OTG_EP_TX_STALL; } e...
Kudos given to