#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) |
Pointer to pipe event callback. | |
typedef void(* | ARM_USBH_SignalPortEvent_t) (uint8_t port, uint32_t event) |
Pointer to port event callback. | |
typedef struct _ARM_DRIVER_USBH const ARM_DRIVER_USBH |
Definition at line 31 of file usbh-wrapper.h.
typedef uint32_t ARM_USBH_PIPE_HANDLE |
Definition at line 23 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 27 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 25 of file usbh-wrapper.h.