HAL + 0/55 examples
CodeScope will show references to PCD_HandleTypeDef::OUT_ep 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...

PCD_HandleTypeDef::OUT_ep field

OUT endpoint parameters

Syntax

Examples

PCD_HandleTypeDef::OUT_ep is referenced by 55 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_pcd.h:102
PCD_EPTypeDef OUT_ep[16]; /*!< OUT endpoint parameters */
stm32f4xx_hal_pcd.c:219HAL_PCD_Init()
hpcd->OUT_ep[i].is_in = 0U;
stm32f4xx_hal_pcd.c:220HAL_PCD_Init()
hpcd->OUT_ep[i].num = i;
stm32f4xx_hal_pcd.c:222HAL_PCD_Init()
hpcd->OUT_ep[i].type = EP_TYPE_CTRL;
stm32f4xx_hal_pcd.c:223HAL_PCD_Init()
hpcd->OUT_ep[i].maxpacket = 0U;
stm32f4xx_hal_pcd.c:224HAL_PCD_Init()
hpcd->OUT_ep[i].xfer_buff = 0U;
stm32f4xx_hal_pcd.c:225HAL_PCD_Init()
hpcd->OUT_ep[i].xfer_len = 0U;
stm32f4xx_hal_pcd.c:1105HAL_PCD_IRQHandler()
ep = &hpcd->OUT_ep[RegVal & USB_OTG_GRXSTSP_EPNUM];
stm32f4xx_hal_pcd.c:1170HAL_PCD_IRQHandler()
ep = &hpcd->OUT_ep[epnum];
stm32f4xx_hal_pcd.c:1442HAL_PCD_IRQHandler()
if (hpcd->OUT_ep[epnum].is_iso_incomplete == 1U)
stm32f4xx_hal_pcd.c:1477HAL_PCD_IRQHandler()
if ((hpcd->OUT_ep[epnum].type == EP_TYPE_ISOC) &&
stm32f4xx_hal_pcd.c:1481HAL_PCD_IRQHandler()
hpcd->OUT_ep[epnum].is_iso_incomplete = 1U;
stm32f4xx_hal_pcd.c:1827HAL_PCD_EP_Open()
ep = &hpcd->OUT_ep[ep_addr & EP_ADDR_MSK];
stm32f4xx_hal_pcd.c:1871HAL_PCD_EP_Close()
ep = &hpcd->OUT_ep[ep_addr & EP_ADDR_MSK];
stm32f4xx_hal_pcd.c:1895HAL_PCD_EP_Receive()
ep = &hpcd->OUT_ep[ep_addr & EP_ADDR_MSK];
stm32f4xx_hal_pcd.c:1922HAL_PCD_EP_GetRxCount()
return hpcd->OUT_ep[ep_addr & EP_ADDR_MSK].xfer_count;
stm32f4xx_hal_pcd.c:1977HAL_PCD_EP_SetStall()
ep = &hpcd->OUT_ep[ep_addr];
stm32f4xx_hal_pcd.c:2020HAL_PCD_EP_ClrStall()
ep = &hpcd->OUT_ep[ep_addr & EP_ADDR_MSK];
stm32f4xx_hal_pcd.c:2051HAL_PCD_EP_Abort()
ep = &hpcd->OUT_ep[ep_addr & EP_ADDR_MSK];
stm32f4xx_hal_pcd.c:2274PCD_EP_OutXfrComplete_int()
ep = &hpcd->OUT_ep[epnum];
stm32f4xx_hal_pcd.c:2329PCD_EP_OutXfrComplete_int()
if ((epnum == 0U) && (hpcd->OUT_ep[epnum].xfer_len == 0U))

Data Use

Type of PCD_HandleTypeDef::OUT_ep
PCD_HandleTypeDef::OUT_ep
all items filtered out