USBD_HID_OS_OutputUnlock
Description
Unlock class output report.
Files
usbd_hid_os.h
/usbd_hid_os.c
Prototype
void USBD_HID_OS_OutputUnlock (CPU_INT08U class_nbr);
Arguments
class_nbr
Class instance number.
Callers
HID Class.
Implementation Guidelines
The unlock operation generally consists in posting a mutex/semaphore.