HAL
+
0
/56 examples
SourceVu will show references to
PCD_HandleTypeDef::OUT_ep
from the following samples and libraries:
Examples
STM32F4-Discovery
Demonstrations
STM32F401-Discovery
Demonstrations
STM32F411E-Discovery
Demonstrations
STM32446E_EVAL
Demonstrations
STemWin
Applications
USB_Device
AUDIO_Standalone
CDC_Standalone
CustomHID_Standalone
DFU_Standalone
DualCore_Standalone
HID_LPM_Standalone
HID_Standalone
MSC_Standalone
STM324xG_EVAL
Demonstrations
STemWin
Applications
USB_Device
AUDIO_Standalone
CDC_Standalone
CustomHID_Standalone
DFU_Standalone
DualCore_Standalone
HID_Standalone
MSC_Standalone
STM32F412G-Discovery
Demonstrations
STemWin
Applications
USB_Device
HID_Standalone
MSC_Standalone
STM32F413H-Discovery
Demonstrations
STemWin
Applications
USB_Device
DFU_Standalone
HID_BCD_Standalone
HID_Standalone
MSC_Standalone
STM32469I-Discovery
Applications
USB_Device
AUDIO_Standalone
DFU_Standalone
HID_LPM_Standalone
HID_Standalone
MSC_Standalone
STM32469I_EVAL
Applications
USB_Device
CDC_Standalone
DFU_Standalone
DualCore_Standalone
HID_LPM_Standalone
HID_Standalone
MSC_Standalone
STM324x9I_EVAL
Applications
USB_Device
AUDIO_Standalone
CDC_Standalone
CustomHID_Standalone
DFU_Standalone
DualCore_Standalone
HID_Standalone
MSC_Standalone
Demonstrations
STemWin
MB1046
MB1063
STM32F412ZG-Nucleo
Applications
USB_Device
HID_Standalone
STM32F413ZH-Nucleo
Applications
USB_Device
DFU_Standalone
HID_Standalone
MSC_Standalone
STM32F429ZI-Nucleo
Applications
USB_Device
DFU_Standalone
HID_Standalone
STM32F446ZE-Nucleo
Applications
USB_Device
DFU_Standalone
HID_Standalone
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
PCD_HandleTypeDef::OUT_ep
PCD_HandleTypeDef::OUT_ep field
OUT endpoint parameters
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_pcd.h:102
PCD_EPTypeDef
OUT_ep
[
16
]
;
Examples
PCD_HandleTypeDef::OUT_ep
is referenced by 56 libraries and example projects:
Examples
STM32F4-Discovery
Demonstrations
STM32F401-Discovery
Demonstrations
STM32F411E-Discovery
Demonstrations
STM32446E_EVAL
Demonstrations
STemWin
Applications
USB_Device
AUDIO_Standalone
CDC_Standalone
CustomHID_Standalone
DFU_Standalone
DualCore_Standalone
HID_LPM_Standalone
HID_Standalone
MSC_Standalone
STM324xG_EVAL
Demonstrations
STemWin
Applications
USB_Device
AUDIO_Standalone
CDC_Standalone
CustomHID_Standalone
DFU_Standalone
DualCore_Standalone
HID_Standalone
MSC_Standalone
STM32F412G-Discovery
Demonstrations
STemWin
Applications
USB_Device
HID_Standalone
MSC_Standalone
STM32F413H-Discovery
Demonstrations
STemWin
Applications
USB_Device
DFU_Standalone
HID_BCD_Standalone
HID_Standalone
MSC_Standalone
STM32469I-Discovery
Applications
USB_Device
AUDIO_Standalone
DFU_Standalone
HID_LPM_Standalone
HID_Standalone
MSC_Standalone
STM32469I_EVAL
Applications
USB_Device
CDC_Standalone
DFU_Standalone
DualCore_Standalone
HID_LPM_Standalone
HID_Standalone
MSC_Standalone
STM324x9I_EVAL
Applications
USB_Device
AUDIO_Standalone
CDC_Standalone
CustomHID_Standalone
DFU_Standalone
DualCore_Standalone
HID_Standalone
MSC_Standalone
Demonstrations
STemWin
MB1046
MB1063
STM32F412ZG-Nucleo
Applications
USB_Device
HID_Standalone
STM32F413ZH-Nucleo
Applications
USB_Device
DFU_Standalone
HID_Standalone
MSC_Standalone
STM32F429ZI-Nucleo
Applications
USB_Device
DFU_Standalone
HID_Standalone
STM32F446ZE-Nucleo
Applications
USB_Device
DFU_Standalone
HID_Standalone
References
from
0/56
examples
Code
Location
Referrer
PCD_EPTypeDef
OUT_ep
[
16
]
;
/*!< OUT endpoint parameters */
stm32f4xx_hal_pcd.h:102
hpcd
->
OUT_ep
[
i
]
.
is_in
=
0U
;
stm32f4xx_hal_pcd.c:219
HAL_PCD_Init()
hpcd
->
OUT_ep
[
i
]
.
num
=
i
;
stm32f4xx_hal_pcd.c:220
HAL_PCD_Init()
hpcd
->
OUT_ep
[
i
]
.
type
=
EP_TYPE_CTRL
;
stm32f4xx_hal_pcd.c:222
HAL_PCD_Init()
hpcd
->
OUT_ep
[
i
]
.
maxpacket
=
0U
;
stm32f4xx_hal_pcd.c:223
HAL_PCD_Init()
hpcd
->
OUT_ep
[
i
]
.
xfer_buff
=
0U
;
stm32f4xx_hal_pcd.c:224
HAL_PCD_Init()
hpcd
->
OUT_ep
[
i
]
.
xfer_len
=
0U
;
stm32f4xx_hal_pcd.c:225
HAL_PCD_Init()
ep
=
&
hpcd
->
OUT_ep
[
RegVal
&
USB_OTG_GRXSTSP_EPNUM
]
;
stm32f4xx_hal_pcd.c:1105
HAL_PCD_IRQHandler()
ep
=
&
hpcd
->
OUT_ep
[
epnum
]
;
stm32f4xx_hal_pcd.c:1170
HAL_PCD_IRQHandler()
if
(
hpcd
->
OUT_ep
[
epnum
]
.
is_iso_incomplete
==
1U
)
stm32f4xx_hal_pcd.c:1442
HAL_PCD_IRQHandler()
if
(
(
hpcd
->
OUT_ep
[
epnum
]
.
type
==
EP_TYPE_ISOC
)
&&
stm32f4xx_hal_pcd.c:1477
HAL_PCD_IRQHandler()
hpcd
->
OUT_ep
[
epnum
]
.
is_iso_incomplete
=
1U
;
stm32f4xx_hal_pcd.c:1481
HAL_PCD_IRQHandler()
ep
=
&
hpcd
->
OUT_ep
[
ep_addr
&
EP_ADDR_MSK
]
;
stm32f4xx_hal_pcd.c:1827
HAL_PCD_EP_Open()
ep
=
&
hpcd
->
OUT_ep
[
ep_addr
&
EP_ADDR_MSK
]
;
stm32f4xx_hal_pcd.c:1871
HAL_PCD_EP_Close()
ep
=
&
hpcd
->
OUT_ep
[
ep_addr
&
EP_ADDR_MSK
]
;
stm32f4xx_hal_pcd.c:1895
HAL_PCD_EP_Receive()
return
hpcd
->
OUT_ep
[
ep_addr
&
EP_ADDR_MSK
]
.
xfer_count
;
stm32f4xx_hal_pcd.c:1922
HAL_PCD_EP_GetRxCount()
ep
=
&
hpcd
->
OUT_ep
[
ep_addr
]
;
stm32f4xx_hal_pcd.c:1977
HAL_PCD_EP_SetStall()
ep
=
&
hpcd
->
OUT_ep
[
ep_addr
&
EP_ADDR_MSK
]
;
stm32f4xx_hal_pcd.c:2020
HAL_PCD_EP_ClrStall()
ep
=
&
hpcd
->
OUT_ep
[
ep_addr
&
EP_ADDR_MSK
]
;
stm32f4xx_hal_pcd.c:2051
HAL_PCD_EP_Abort()
ep
=
&
hpcd
->
OUT_ep
[
epnum
]
;
stm32f4xx_hal_pcd.c:2274
PCD_EP_OutXfrComplete_int()
if
(
(
epnum
==
0U
)
&&
(
hpcd
->
OUT_ep
[
epnum
]
.
xfer_len
==
0U
)
)
stm32f4xx_hal_pcd.c:2329
PCD_EP_OutXfrComplete_int()
Call Tree
from
0/56
examples
All items filtered out
All items filtered out
Data Use
from
0/56
examples
PCD_HandleTypeDef::OUT_ep
is read by 10 functions:
All items filtered out
PCD_HandleTypeDef::OUT_ep
HAL_PCD_Init()
HAL_PCD_IRQHandler()
HAL_PCD_EP_Open()
HAL_PCD_EP_Close()
HAL_PCD_EP_Receive()
HAL_PCD_EP_GetRxCount()
HAL_PCD_EP_SetStall()
HAL_PCD_EP_ClrStall()
HAL_PCD_EP_Abort()
PCD_EP_OutXfrComplete_int()
All items filtered out
Class Tree
from
0/56
examples
All items filtered out
All items filtered out
Override Tree
from
0/56
examples
All items filtered out
All items filtered out
Implementations
from
0/56
examples
All items filtered out
All items filtered out
Instances
from
0/56
examples
Lifecycle
from
0/56
examples
All items filtered out
All items filtered out