USBD_HID_OS_OutputDataPendAbort
Description
Abort the wait for Output report data read completion.
Files
usbd_hid_os.h
/usbd_hid_os.c
Prototype
void USBD_HID_OS_OutputDataPendAbort (CPU_INT08U class_nbr);
Arguments
class_nbr
Class instance number.
Callers
HID Class.
Implementation Guidelines
If the output report transfer completes with an error, the task waiting is waken up by aborting the active wait done with USBD_HID_OS_OutputDataPend
. The active wait abortion is executed by the Core layer internal task responsible for asynchronous communication.