/
USBD_EP_MaxPhyNbrGet
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.
Related content
USBD_EP_MaxNbrOpenGet
USBD_EP_MaxNbrOpenGet
More like this
USBD_EP_MaxPktSizeGet
USBD_EP_MaxPktSizeGet
More like this
USBD_DevAdd
USBD_DevAdd
More like this
USBD_EP_IsStalled
USBD_EP_IsStalled
More like this
App_USBD_EventCfgSet
App_USBD_EventCfgSet
More like this
USBD_DrvEP_Open
USBD_DrvEP_Open
More like this