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

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 Documentation

◆ ARM_DRIVER_USBD

typedef struct _ARM_DRIVER_USBD const ARM_DRIVER_USBD

Definition at line 28 of file usbd-wrapper.h.

◆ ARM_USBD_SignalDeviceEvent_t

typedef void(* ARM_USBD_SignalDeviceEvent_t) (uint32_t event)

Pointer to device event callback.

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

◆ ARM_USBD_SignalEndpointEvent_t

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.