USBD_EP_MaxPhyNbrGet

Description

Get the maximum physical endpoint number.

Files

usbd_core.h/usbd_ep.c

Prototype

CPU_INT08U  USBD_EP_MaxPhyNbrGet (CPU_INT08U  dev_nbr)


Arguments

dev_nbr

Device number.

Returned Value

Maximum physical endpoint number, If no error(s).

USBD_EP_PHY_NONE, otherwise.

Callers

USB device controllers drivers.

Application.

Notes / Warnings

None.