Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

Abort any operation on input report.

Files

usbd_hid_os.h/usbd_hid_os.c

Prototype

Arguments

class_nbr

Class instance number.

Callers

HID Class.

Implementation Guidelines

If the input report transfer completes with an error, the task waiting is waken up by aborting the active wait done with USBD_HID_OS_InputDataPend. The active wait abortion is executed by the Core layer internal task responsible for asynchronous communication.

  • No labels