MSCOutEpAdd is only used within STM32_USB_Device_Library.
 
Symbols
loading...
Files
loading...

MSCOutEpAdd variable

Syntax

extern uint8_t MSCOutEpAdd;
Implemented in usbd_msc.c:196

References

LocationReferrerText
usbd_msc.c:196
uint8_t MSCOutEpAdd = MSC_EPOUT_ADDR;
usbd_msc_bot.c:70
extern uint8_t MSCOutEpAdd;
usbd_msc_scsi.c:71
extern uint8_t MSCOutEpAdd;
usbd_msc.c:239USBD_MSC_Init()
usbd_msc.c:240USBD_MSC_Init()
pdev->ep_out[MSCOutEpAdd & 0xFU].is_used = 1U;
usbd_msc.c:249USBD_MSC_Init()
usbd_msc.c:250USBD_MSC_Init()
pdev->ep_out[MSCOutEpAdd & 0xFU].is_used = 1U;
usbd_msc.c:281USBD_MSC_DeInit()
(void)USBD_LL_CloseEP(pdev, MSCOutEpAdd);
usbd_msc.c:282USBD_MSC_DeInit()
pdev->ep_out[MSCOutEpAdd & 0xFU].is_used = 0U;
usbd_msc_bot.c:122MSC_BOT_Init()
(void)USBD_LL_FlushEP(pdev, MSCOutEpAdd);
usbd_msc_bot.c:126MSC_BOT_Init()
(void)USBD_LL_PrepareReceive(pdev, MSCOutEpAdd, (uint8_t *)&hmsc->cbw,
usbd_msc_bot.c:155MSC_BOT_Reset()
(void)USBD_LL_ClearStallEP(pdev, MSCOutEpAdd);
usbd_msc_bot.c:158MSC_BOT_Reset()
(void)USBD_LL_PrepareReceive(pdev, MSCOutEpAdd, (uint8_t *)&hmsc->cbw,
usbd_msc_bot.c:274MSC_BOT_CBW_Decode()
usbd_msc_bot.c:386MSC_BOT_SendCSW()
(void)USBD_LL_PrepareReceive(pdev, MSCOutEpAdd, (uint8_t *)&hmsc->cbw,
usbd_msc_bot.c:416MSC_BOT_Abort()
(void)USBD_LL_StallEP(pdev, MSCOutEpAdd);
usbd_msc_bot.c:424MSC_BOT_Abort()
(void)USBD_LL_StallEP(pdev, MSCOutEpAdd);
usbd_msc_bot.c:454MSC_BOT_CplClrFeature()
(void)USBD_LL_StallEP(pdev, MSCOutEpAdd);
usbd_msc_scsi.c:910SCSI_Write10()
(void)USBD_LL_PrepareReceive(pdev, MSCOutEpAdd, hmsc->bot_data, len);
usbd_msc_scsi.c:1003SCSI_Write12()
(void)USBD_LL_PrepareReceive(pdev, MSCOutEpAdd, hmsc->bot_data, len);
usbd_msc_scsi.c:1170SCSI_ProcessWrite()
(void)USBD_LL_PrepareReceive(pdev, MSCOutEpAdd, hmsc->bot_data, len);

Data Use

Type of MSCOutEpAdd
MSCOutEpAdd
uint8_t
all items filtered out