USBD_PHDC_OS_RdUnLock

Description

Unlock the read pipe.

Files

usbd_phdc_os.h / usbd_phdc_os.c

Prototype

void  USBD_PHDC_OS_RdUnlock (CPU_INT08U  class_nbr);


Arguments

class_nbr

PHDC instance number.

Returned Value

None.

Callers

Personal Healthcare Device Class.

Implementation guidelines

Typical implementation will consist in posting a mutex/semaphore that locks the read pipe.