Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

Version 1 Current »

Description

Lock the write interrupt pipe.

Files

usbd_phdc_os.h / usbd_phdc_os.c

Prototype

Arguments

class_nbr

PHDC instance number.

timeout

Timeout.

p_err

Pointer to variable that will receive the return error code from this function.

Returned Value

None.

Callers

Personal Healthcare Device Class.

Implementation guidelines

  1. Typical implementation will consist in pending on a semaphore that locks the write interrupt pipe.
  2. p_err argument should be assigned as described in .
  • No labels