USBD_HID_OS_TxUnlock

Description

Unlock class transmit.

Files

usbd_hid_os.h/usbd_hid_os.c

Prototype

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