Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

Unlock the write bulk pipe.

Files

usbd_phdc_os.h / usbd_phdc_os.c

Prototype

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).
  • No labels