/
USBD_HID_OS_OutputDataPost

USBD_HID_OS_OutputDataPost

Description

Signal that Output report data has been received from the host

Files

usbd_hid_os.h/usbd_hid_os.c

Prototype

void  USBD_HID_OS_OutputDataPost (CPU_INT08U  class_nbr);


Arguments

class_nbr

Class instance number.

Callers

HID Class.

Implementation Guidelines

If the output 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.

Related content

USBD_HID_OS_InputDataPost
USBD_HID_OS_InputDataPost
More like this
USBD_HID_OS_OutputDataPend
USBD_HID_OS_OutputDataPend
More like this
USBD_HID_OS_OutputDataPendAbort
USBD_HID_OS_OutputDataPendAbort
More like this
USBD_HID_OS_InputDataPend
USBD_HID_OS_InputDataPend
More like this
USBD_HID_OS_InputDataPendAbort
USBD_HID_OS_InputDataPendAbort
More like this
USBD_HID_RdAsync
USBD_HID_RdAsync
More like this