USBD_PHDC_OS_WrIntrUnLock

Description

Unlock the write interrupt pipe.

Files

usbd_phdc_os.h / usbd_phdc_os.c

Prototype

void  USBD_PHDC_OS_WrIntrUnlock (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 semaphore that locks the write interrupt pipe.