USB Component  Version 6.15.0
MDK Middleware for USB Device and Host Communication
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Typedefs

Type definitions used by USB Host component. More...

Typedefs

typedef void(* USBH_PipeEvent_t )(uint32_t event, const uint8_t *buf, uint32_t len)
 Pointer to USB Host Pipe Event callback function. More...
 

Description

Type definitions used by USB Host component.

Typedef Documentation

USBH_PipeEvent_t

Pointer to USB Host Pipe Event callback function.

The argument event specifies the pipe event that happened (as specified by the CMSIS Driver USB Host specification).

The argument buf specifies the start of data buffer used for transfer.

The argument len specifies the number of data bytes successfully transferred (in bytes).

Used in