STM32_USB_Device_Library + 0/55 examples
CodeScope will show references to USBD_LL_StallEP() from the following samples and libraries:
Examples
STM32F4-Discovery
STM32F401-Discovery
STM32F411E-Discovery
STM32446E_EVAL
Demonstrations
Applications
USB_Device
STM324xG_EVAL
Demonstrations
Applications
USB_Device
STM32F412G-Discovery
Demonstrations
Applications
USB_Device
STM32F413H-Discovery
Demonstrations
Applications
USB_Device
STM32469I-Discovery
Applications
USB_Device
STM32469I_EVAL
Applications
USB_Device
STM324x9I_EVAL
Applications
USB_Device
Demonstrations
STemWin
STM32F412ZG-Nucleo
Applications
USB_Device
STM32F413ZH-Nucleo
Applications
USB_Device
STM32F429ZI-Nucleo
Applications
USB_Device
STM32F446ZE-Nucleo
Applications
USB_Device
 
Symbols
loading...
Files
loading...

USBD_LL_StallEP() function

Syntax

USBD_StatusTypeDef USBD_LL_StallEP(USBD_HandleTypeDef *pdev,     uint8_t ep_addr);

Arguments

pdev

ep_addr

Examples

USBD_LL_StallEP() is referenced by 55 libraries and example projects.

References

LocationReferrerText
usbd_core.h:135
usbd_core.c:569USBD_LL_SetupStage()
ret = USBD_LL_StallEP(pdev, (pdev->request.bmRequest & 0x80U));
usbd_core.c:723USBD_LL_DataInStage()
(void)USBD_LL_StallEP(pdev, 0x80U);
usbd_ctlreq.c:272USBD_StdEPReq()
(void)USBD_LL_StallEP(pdev, ep_addr);
usbd_ctlreq.c:273USBD_StdEPReq()
(void)USBD_LL_StallEP(pdev, 0x80U);
usbd_ctlreq.c:286USBD_StdEPReq()
(void)USBD_LL_StallEP(pdev, ep_addr);
usbd_ctlreq.c:306USBD_StdEPReq()
(void)USBD_LL_StallEP(pdev, ep_addr);
usbd_ctlreq.c:307USBD_StdEPReq()
(void)USBD_LL_StallEP(pdev, 0x80U);
usbd_ctlreq.c:981USBD_CtlError()
(void)USBD_LL_StallEP(pdev, 0x80U);
usbd_ctlreq.c:982USBD_CtlError()
(void)USBD_LL_StallEP(pdev, 0U);
usbd_msc_bot.c:416MSC_BOT_Abort()
(void)USBD_LL_StallEP(pdev, MSCOutEpAdd);
usbd_msc_bot.c:419MSC_BOT_Abort()
(void)USBD_LL_StallEP(pdev, MSCInEpAdd);
usbd_msc_bot.c:423MSC_BOT_Abort()
(void)USBD_LL_StallEP(pdev, MSCInEpAdd);
usbd_msc_bot.c:424MSC_BOT_Abort()
(void)USBD_LL_StallEP(pdev, MSCOutEpAdd);
usbd_msc_bot.c:453MSC_BOT_CplClrFeature()
(void)USBD_LL_StallEP(pdev, MSCInEpAdd);
usbd_msc_bot.c:454MSC_BOT_CplClrFeature()
(void)USBD_LL_StallEP(pdev, MSCOutEpAdd);

Call Tree

Functions calling USBD_LL_StallEP()
Functions called by USBD_LL_StallEP()
USBD_LL_StallEP()
HAL_PCD_EP_SetStall()
all items filtered out
Data read by USBD_LL_StallEP()
USBD_LL_StallEP()
Type of USBD_LL_StallEP()
USBD_LL_StallEP()
all items filtered out