/
USBD_HID_OS_OutputUnlock
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.
Related content
USBD_HID_OS_TxUnlock
USBD_HID_OS_TxUnlock
More like this
USBD_HID_OS_OutputLock
USBD_HID_OS_OutputLock
More like this
USBD_HID_OS_InputLock
USBD_HID_OS_InputLock
More like this
USBD_HID_OS_TxLock
USBD_HID_OS_TxLock
More like this
USBD_HID_OS_OutputDataPend
USBD_HID_OS_OutputDataPend
More like this
USBD_HID_OS_OutputDataPost
USBD_HID_OS_OutputDataPost
More like this