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

Deletes a signal/semaphore.

Files

usbd_internal.h/usbd_os.c

Prototype

Arguments

dev_nbr

Device number.

ep_ix

Endpoint index.

Returned Value

None.

Callers

Endpoints close functions.

Implementation guidelines

  1. A call to this function should delete the signal / semaphore associated to the specified endpoint.
  • No labels