USBD_HID_OS_InputDataPost

Description

Signal that Input report data has been sent to the host.

Files

usbd_hid_os.h/usbd_hid_os.c

Prototype

void  USBD_HID_OS_InputDataPost (CPU_INT08U  class_nbr);


Arguments

class_nbr

Class instance number.

Callers

HID Class.

Implementation Guidelines

If the input report transfer completes without an error, the task waiting is waken up by posting a semaphore. The semaphore post is executedby the Core layer internal task responsible for asynchronous communication.