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

USBD_LL_DataOutStage Handle data OUT stage

Syntax

USBD_StatusTypeDef USBD_LL_DataOutStage(USBD_HandleTypeDef *pdev,     uint8_t epnum,     uint8_t *pdata);
Implemented in usbd_core.c:584

Arguments

pdev

device instance

epnum

endpoint index

pdata

data pointer

Return value

status

Examples

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

References

LocationText
usbd_core.c:584
usbd_core.h:109
USBD_StatusTypeDef USBD_LL_DataOutStage(USBD_HandleTypeDef *pdev, uint8_t epnum, uint8_t *pdata);

Call Tree

Functions called by USBD_LL_DataOutStage()
USBD_LL_DataOutStage()
Type of USBD_LL_DataOutStage()
USBD_LL_DataOutStage()