HAL + 0/56 examples
CodeScope will show references to HAL_PCD_EP_Transmit() from the following samples and libraries:
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...

HAL_PCD_EP_Transmit() function

Send an amount of data

Syntax

HAL_StatusTypeDef HAL_PCD_EP_Transmit(PCD_HandleTypeDef *hpcd,     uint8_t ep_addr,     uint8_t *pBuf,     uint32_t len);
Implemented in stm32f4xx_hal_pcd.c:1932

Arguments

hpcd

PCD handle

ep_addr

endpoint address

pBuf

pointer to the transmission buffer

len

amount of data to be sent

Return value

HAL status

Examples

HAL_PCD_EP_Transmit() is referenced by 56 libraries and example projects.

References

LocationText
stm32f4xx_hal_pcd.c:1932
HAL_StatusTypeDef HAL_PCD_EP_Transmit(PCD_HandleTypeDef *hpcd, uint8_t ep_addr, uint8_t *pBuf, uint32_t len)
stm32f4xx_hal_pcd.h:364
HAL_StatusTypeDef HAL_PCD_EP_Transmit(PCD_HandleTypeDef *hpcd, uint8_t ep_addr, uint8_t *pBuf, uint32_t len);

Call Tree

Functions called by HAL_PCD_EP_Transmit()
HAL_PCD_EP_Transmit()
all items filtered out
Type of HAL_PCD_EP_Transmit()
HAL_PCD_EP_Transmit()
all items filtered out