USBD_PHDC_OS_WrBulkUnlock

Description

Unlock the write bulk pipe.

Files

usbd_phdc_os.h / usbd_phdc_os.c

Prototype

void  USBD_PHDC_OS_WrBulkUnlock (CPU_INT08U  class_nbr);


Arguments

class_nbr

PHDC instance number.

Returned Value

None.

Callers

Personal Healthcare Device Class.

Implementation guidelines

Two typical implementations will be possible here.

  1. Post the mutex/semaphore that locks the write bulk pipe, if no priority management is implemented.
  2. If priority management has been implemented, this call should release the scheduler (See PHDC RTOS QoS-based scheduler).