STM32_USB_Device_Library + 0/55 examples
CodeScope will show references to USBD_LL_PrepareReceive() 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_PrepareReceive() function

Syntax

USBD_StatusTypeDef USBD_LL_PrepareReceive(USBD_HandleTypeDef *pdev,     uint8_t ep_addr,     uint8_t *pbuf,     uint32_t size);

Arguments

pdev

ep_addr

pbuf

size

Examples

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

References

LocationReferrerText
usbd_core.h:142
USBD_StatusTypeDef USBD_LL_PrepareReceive(USBD_HandleTypeDef *pdev, uint8_t ep_addr,
usbd_audio.c:402USBD_AUDIO_Init()
(void)USBD_LL_PrepareReceive(pdev, AUDIOOutEpAdd, haudio->buffer,
usbd_audio.c:755USBD_AUDIO_IsoOutIncomplete()
(void)USBD_LL_PrepareReceive(pdev, epnum,
usbd_audio.c:820USBD_AUDIO_DataOut()
(void)USBD_LL_PrepareReceive(pdev, AUDIOOutEpAdd,
usbd_cdc.c:368USBD_CDC_Init()
(void)USBD_LL_PrepareReceive(pdev, CDCOutEpAdd, hcdc->RxBuffer,
usbd_cdc.c:374USBD_CDC_Init()
(void)USBD_LL_PrepareReceive(pdev, CDCOutEpAdd, hcdc->RxBuffer,
usbd_cdc.c:870USBD_CDC_ReceivePacket()
(void)USBD_LL_PrepareReceive(pdev, CDCOutEpAdd, hcdc->RxBuffer,
usbd_cdc.c:876USBD_CDC_ReceivePacket()
(void)USBD_LL_PrepareReceive(pdev, CDCOutEpAdd, hcdc->RxBuffer,
usbd_core.c:698USBD_LL_DataInStage()
(void)USBD_LL_PrepareReceive(pdev, 0U, NULL, 0U);
usbd_core.c:711USBD_LL_DataInStage()
(void)USBD_LL_PrepareReceive(pdev, 0U, NULL, 0U);
usbd_customhid.c:299USBD_CUSTOM_HID_Init()
(void)USBD_LL_PrepareReceive(pdev, CUSTOMHIDOutEpAdd, hhid->Report_buf,
usbd_customhid.c:726USBD_CUSTOM_HID_ReceivePacket()
(void)USBD_LL_PrepareReceive(pdev, CUSTOMHIDOutEpAdd, hhid->Report_buf,
usbd_ioreq.c:144USBD_CtlPrepareRx()
(void)USBD_LL_PrepareReceive(pdev, 0U, pbuf, len);
usbd_ioreq.c:160USBD_CtlContinueRx()
(void)USBD_LL_PrepareReceive(pdev, 0U, pbuf, len);
usbd_ioreq.c:194USBD_CtlReceiveStatus()
(void)USBD_LL_PrepareReceive(pdev, 0U, NULL, 0U);
usbd_msc_bot.c:126MSC_BOT_Init()
(void)USBD_LL_PrepareReceive(pdev, MSCOutEpAdd, (uint8_t *)&hmsc->cbw,
usbd_msc_bot.c:158MSC_BOT_Reset()
(void)USBD_LL_PrepareReceive(pdev, MSCOutEpAdd, (uint8_t *)&hmsc->cbw,
usbd_msc_bot.c:386MSC_BOT_SendCSW()
(void)USBD_LL_PrepareReceive(pdev, MSCOutEpAdd, (uint8_t *)&hmsc->cbw,
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);