HAL
+
0
/57 examples
SourceVu will show references to
PCD_HandleTypeDef::Setup
from the following samples and libraries:
Libraries
usbx
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::Setup
PCD_HandleTypeDef::Setup field
Setup packet buffer
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_pcd.h:106
uint32_t
Setup
[
12
]
;
Examples
PCD_HandleTypeDef::Setup
is referenced by 57 libraries and example projects:
Libraries
usbx
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/57
examples
Code
Location
Referrer
uint32_t
Setup
[
12
]
;
/*!< Setup packet buffer */
stm32f4xx_hal_pcd.h:106
(
void
)
USB_ReadPacket
(
USBx
,
(
uint8_t
*
)
hpcd
->
Setup
,
8U
)
;
stm32f4xx_hal_pcd.c:1120
HAL_PCD_IRQHandler()
(
void
)
USB_EP0_OutStart
(
hpcd
->
Instance
,
1U
,
(
uint8_t
*
)
hpcd
->
Setup
)
;
stm32f4xx_hal_pcd.c:1231
HAL_PCD_IRQHandler()
(
uint8_t
*
)
hpcd
->
Setup
)
;
stm32f4xx_hal_pcd.c:1398
HAL_PCD_IRQHandler()
(
void
)
USB_EP0_OutStart
(
hpcd
->
Instance
,
(
uint8_t
)
hpcd
->
Init
.
dma_enable
,
(
uint8_t
*
)
hpcd
->
Setup
)
;
stm32f4xx_hal_pcd.c:1990
HAL_PCD_EP_SetStall()
(
void
)
USB_EP0_OutStart
(
hpcd
->
Instance
,
1U
,
(
uint8_t
*
)
hpcd
->
Setup
)
;
stm32f4xx_hal_pcd.c:2284
PCD_EP_OutXfrComplete_int()
(
void
)
USB_EP0_OutStart
(
hpcd
->
Instance
,
0U
,
(
uint8_t
*
)
hpcd
->
Setup
)
;
stm32f4xx_hal_pcd.c:2332
PCD_EP_OutXfrComplete_int()
(
void
)
USB_EP0_OutStart
(
hpcd
->
Instance
,
1U
,
(
uint8_t
*
)
hpcd
->
Setup
)
;
stm32f4xx_hal_pcd.c:2375
PCD_EP_OutSetupPacket_int()
Call Tree
from
0/57
examples
All items filtered out
All items filtered out
Data Use
from
0/57
examples
PCD_HandleTypeDef::Setup
is read by 4 functions:
All items filtered out
PCD_HandleTypeDef::Setup
HAL_PCD_IRQHandler()
HAL_PCD_EP_SetStall()
PCD_EP_OutXfrComplete_int()
PCD_EP_OutSetupPacket_int()
All items filtered out
Class Tree
from
0/57
examples
All items filtered out
All items filtered out
Override Tree
from
0/57
examples
All items filtered out
All items filtered out
Implementations
from
0/57
examples
All items filtered out
All items filtered out
Instances
from
0/57
examples
Lifecycle
from
0/57
examples
All items filtered out
All items filtered out