Description
Gets stall status of non-control endpoint
Files
usbd_core.h/usbd_ep.c
Prototype
Arguments
dev_nbr
Device number.
ep_addr
Pointer to the structure where the current line coding will be stored.
p_err
Pointer to variable that will receive the return error code from this function.
USBD_ERR_NONE
USBD_ERR_DEV_INVALID_ARG
USBD_ERR_EP_INVALID_ADDR
Returned Value
DEF_TRUE,
if endpoint is stalled.
DEF_FALSE,
otherwise.
Callers
Classes,
Application.
Notes / Warnings
None.