#include <cmsis-plus/driver/usb-device.h>Go to the source code of this file.
| Classes | |
| class | os::driver::usbd_wrapper | 
| Namespaces | |
| namespace | os | 
| System namespace. | |
| namespace | os::driver | 
| Typedefs | |
| typedef struct _ARM_DRIVER_USBD const | ARM_DRIVER_USBD | 
| typedef void(* | ARM_USBD_SignalDeviceEvent_t) (uint32_t event) | 
| Pointer to device event callback. | |
| typedef void(* | ARM_USBD_SignalEndpointEvent_t) (uint8_t ep_addr, uint32_t event) | 
| Pointer to endpoint event callback. | |
| typedef struct _ARM_DRIVER_USBD const ARM_DRIVER_USBD | 
Definition at line 28 of file usbd-wrapper.h.
| typedef void(* ARM_USBD_SignalDeviceEvent_t) (uint32_t event) | 
Pointer to device event callback.
Definition at line 23 of file usbd-wrapper.h.
| typedef void(* ARM_USBD_SignalEndpointEvent_t) (uint8_t ep_addr, uint32_t event) | 
Pointer to endpoint event callback.
Definition at line 25 of file usbd-wrapper.h.