hpcd_USB_OTG_FS is only used within Ux_Device_MSC.
 
Symbols
loading...
Files
loading...

hpcd_USB_OTG_FS variable

Syntax

extern PCD_HandleTypeDef hpcd_USB_OTG_FS;
Implemented in main.c:43

References

LocationReferrerText
main.c:43
PCD_HandleTypeDef hpcd_USB_OTG_FS;
app_usbx_device.c:69
extern PCD_HandleTypeDef hpcd_USB_OTG_FS;
stm32f4xx_it.c:58
extern PCD_HandleTypeDef hpcd_USB_OTG_FS;
app_usbx_device.c:239MX_USB_Device_Init()
HAL_PCDEx_SetRxFiFo(&hpcd_USB_OTG_FS, 0x80);
app_usbx_device.c:241MX_USB_Device_Init()
HAL_PCDEx_SetTxFiFo(&hpcd_USB_OTG_FS, 0, 0x40);
app_usbx_device.c:243MX_USB_Device_Init()
HAL_PCDEx_SetTxFiFo(&hpcd_USB_OTG_FS, 1, 0x80);
app_usbx_device.c:247MX_USB_Device_Init()
app_usbx_device.c:250MX_USB_Device_Init()
HAL_PCD_Start(&hpcd_USB_OTG_FS);
main.c:223MX_USB_OTG_FS_PCD_Init()
hpcd_USB_OTG_FS.Instance = USB_OTG_FS;
main.c:224MX_USB_OTG_FS_PCD_Init()
hpcd_USB_OTG_FS.Init.dev_endpoints = 6;
main.c:225MX_USB_OTG_FS_PCD_Init()
hpcd_USB_OTG_FS.Init.speed = PCD_SPEED_FULL;
main.c:226MX_USB_OTG_FS_PCD_Init()
hpcd_USB_OTG_FS.Init.dma_enable = DISABLE;
main.c:227MX_USB_OTG_FS_PCD_Init()
hpcd_USB_OTG_FS.Init.phy_itface = PCD_PHY_EMBEDDED;
main.c:228MX_USB_OTG_FS_PCD_Init()
hpcd_USB_OTG_FS.Init.Sof_enable = DISABLE;
main.c:229MX_USB_OTG_FS_PCD_Init()
hpcd_USB_OTG_FS.Init.low_power_enable = DISABLE;
main.c:230MX_USB_OTG_FS_PCD_Init()
hpcd_USB_OTG_FS.Init.lpm_enable = DISABLE;
main.c:231MX_USB_OTG_FS_PCD_Init()
hpcd_USB_OTG_FS.Init.vbus_sensing_enable = DISABLE;
main.c:232MX_USB_OTG_FS_PCD_Init()
hpcd_USB_OTG_FS.Init.use_dedicated_ep1 = DISABLE;
main.c:233MX_USB_OTG_FS_PCD_Init()
if (HAL_PCD_Init(&hpcd_USB_OTG_FS) != HAL_OK)
stm32f4xx_it.c:185OTG_FS_IRQHandler()
HAL_PCD_IRQHandler(&hpcd_USB_OTG_FS);

Data Use

Functions reading hpcd_USB_OTG_FS
hpcd_USB_OTG_FS
all items filtered out
Type of hpcd_USB_OTG_FS
hpcd_USB_OTG_FS
all items filtered out