µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
usbh-wrapper.h File Reference

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 Documentation

◆ ARM_DRIVER_USBH

typedef struct _ARM_DRIVER_USBH const ARM_DRIVER_USBH

Definition at line 31 of file usbh-wrapper.h.

◆ ARM_USBH_PIPE_HANDLE

typedef uint32_t ARM_USBH_PIPE_HANDLE

Definition at line 23 of file usbh-wrapper.h.

◆ ARM_USBH_SignalPipeEvent_t

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.

◆ ARM_USBH_SignalPortEvent_t

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.