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

USBH_MSC_BOT_Abort() function

USBH_MSC_BOT_Abort The function handle the BOT Abort process.

Syntax

static USBH_StatusTypeDef USBH_MSC_BOT_Abort(USBH_HandleTypeDef *phost,     uint8_t lun,     uint8_t dir);
Implemented in usbh_msc_bot.c:533

Arguments

phost

Host handle

lun

Logical Unit Number

dir

direction (0: out / 1 : in)

Return value

USBH Status

References

LocationReferrerText
usbh_msc_bot.c:533
static USBH_StatusTypeDef USBH_MSC_BOT_Abort(USBH_HandleTypeDef *phost, uint8_t lun, uint8_t dir)
usbh_msc_bot.c:82
static USBH_StatusTypeDef USBH_MSC_BOT_Abort(USBH_HandleTypeDef *phost, uint8_t lun, uint8_t dir);
usbh_msc_bot.c:474USBH_MSC_BOT_Process()
error = USBH_MSC_BOT_Abort(phost, lun, BOT_DIR_IN);
usbh_msc_bot.c:491USBH_MSC_BOT_Process()
error = USBH_MSC_BOT_Abort(phost, lun, BOT_DIR_OUT);

Call Tree

Functions calling USBH_MSC_BOT_Abort()
Functions called by USBH_MSC_BOT_Abort()
all items filtered out
USBH_MSC_BOT_Abort()
all items filtered out
Data read by USBH_MSC_BOT_Abort()
Data written by USBH_MSC_BOT_Abort()
USBH_MSC_BOT_Abort()::phost
USBH_MSC_BOT_Abort()::lun
USBH_MSC_BOT_Abort()::dir
USBH_MSC_BOT_Abort()::status
USBH_MSC_BOT_Abort()::MSC_Handle
all items filtered out
USBH_MSC_BOT_Abort()
USBH_MSC_BOT_Abort()::status
all items filtered out
Type of USBH_MSC_BOT_Abort()
USBH_MSC_BOT_Abort()