USBD_HID_OS_InputUnlock

Description

Unlock class input report.

Files

usbd_hid_os.h/usbd_hid_os.c

Prototype

void  USBD_HID_OS_InputUnlock (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.