USBH_ClrFeature() is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

USBH_ClrFeature() function

USBH_ClrFeature This request is used to clear or disable a specific feature.

Syntax

USBH_StatusTypeDef USBH_ClrFeature(USBH_HandleTypeDef *phost,     uint8_t ep_num);
Implemented in usbh_ctlreq.c:329

Arguments

phost

Host Handle

ep_num

endpoint number

Return value

USBH Status

References

LocationReferrerText
usbh_ctlreq.c:329
usbh_ctlreq.h:113
usbh_cdc.c:399USBH_CDC_Process()
req_status = USBH_ClrFeature(phost, 0x00U);
usbh_hid.c:494USBH_HID_Process()
if (USBH_ClrFeature(phost, HID_Handle->ep_addr) == USBH_OK)
usbh_msc.c:319USBH_MSC_ClassRequest()
if (USBH_ClrFeature(phost, 0x00U) == USBH_OK)
usbh_msc_bot.c:545USBH_MSC_BOT_Abort()
status = USBH_ClrFeature(phost, MSC_Handle->InEp);
usbh_msc_bot.c:551USBH_MSC_BOT_Abort()
status = USBH_ClrFeature(phost, MSC_Handle->OutEp);

Call Tree

Functions calling USBH_ClrFeature()
Functions called by USBH_ClrFeature()
USBH_ClrFeature()
all items filtered out
Type of USBH_ClrFeature()
USBH_ClrFeature()
all items filtered out