#include <RTL.h>
#include <rl_usb.h>
BOOL usbd_cls_dev_req (
BOOL setup // __TRUE = setup stage, __FALSE = Data Out stage
);
Description
The function usbd_cls_dev_req is called by custom class
device requests on the control endpoint 0. The argument setup
specifies the stage at which the request was received.
The function is part of the USB Device Function Driver layer of
the RL-USB Device Software Stack.
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.