USBD_OS_EP_LockDel

USBD_OS_EP_LockDel

Description

Delete the OS resource used as an endpoint lock.

Files

usbd_internal.h/usbd_os.c

Prototype

void USBD_OS_EP_LockDel (CPU_INT08U dev_nbr, CPU_INT08U ep_ix);

 

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 lock associated to the specified endpoint.