#include <cmsis-plus/driver/usb-host.h>Go to the source code of this file.
Classes | |
| class | os::driver::usbh_wrapper |
Namespaces | |
| namespace | os |
| System namespace. | |
| namespace | os::driver |
Typedefs | |
| typedef struct _ARM_DRIVER_USBH const | ARM_DRIVER_USBH |
| typedef uint32_t | ARM_USBH_PIPE_HANDLE |
| typedef void(* | ARM_USBH_SignalPipeEvent_t) (ARM_USBH_PIPE_HANDLE pipe_hndl, uint32_t event) |
| typedef void(* | ARM_USBH_SignalPortEvent_t) (uint8_t port, uint32_t event) |
| typedef struct _ARM_DRIVER_USBH const ARM_DRIVER_USBH |
Definition at line 30 of file usbh-wrapper.h.
| typedef uint32_t ARM_USBH_PIPE_HANDLE |
Definition at line 22 of file usbh-wrapper.h.
| typedef void(* ARM_USBH_SignalPipeEvent_t) (ARM_USBH_PIPE_HANDLE pipe_hndl, uint32_t event) |
Pointer to pipe event callback.
Definition at line 26 of file usbh-wrapper.h.
| typedef void(* ARM_USBH_SignalPortEvent_t) (uint8_t port, uint32_t event) |
Pointer to port event callback.
Definition at line 24 of file usbh-wrapper.h.