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

hpcd_USB_OTG_FS variable

Syntax

extern PCD_HandleTypeDef hpcd_USB_OTG_FS;
Implemented in main.c:49

References

LocationReferrerText
main.c:49
PCD_HandleTypeDef hpcd_USB_OTG_FS;
app_usbx_device.c:71
extern PCD_HandleTypeDef hpcd_USB_OTG_FS;
stm32f4xx_it.c:62
extern PCD_HandleTypeDef hpcd_USB_OTG_FS;
app_usbx_device.c:249MX_USB_Device_Init()
HAL_PCDEx_SetRxFiFo(&hpcd_USB_OTG_FS, 0x100);
app_usbx_device.c:250MX_USB_Device_Init()
HAL_PCDEx_SetTxFiFo(&hpcd_USB_OTG_FS, 0, 0x10);
app_usbx_device.c:251MX_USB_Device_Init()
HAL_PCDEx_SetTxFiFo(&hpcd_USB_OTG_FS, 2, 0x10);
app_usbx_device.c:252MX_USB_Device_Init()
HAL_PCDEx_SetTxFiFo(&hpcd_USB_OTG_FS, 3, 0x20);
app_usbx_device.c:256MX_USB_Device_Init()
app_usbx_device.c:259MX_USB_Device_Init()
HAL_PCD_Start(&hpcd_USB_OTG_FS);
main.c:284MX_USB_OTG_FS_PCD_Init()
hpcd_USB_OTG_FS.Instance = USB_OTG_FS;
main.c:285MX_USB_OTG_FS_PCD_Init()
hpcd_USB_OTG_FS.Init.dev_endpoints = 6;
main.c:286MX_USB_OTG_FS_PCD_Init()
hpcd_USB_OTG_FS.Init.speed = PCD_SPEED_FULL;
main.c:287MX_USB_OTG_FS_PCD_Init()
hpcd_USB_OTG_FS.Init.dma_enable = DISABLE;
main.c:288MX_USB_OTG_FS_PCD_Init()
hpcd_USB_OTG_FS.Init.phy_itface = PCD_PHY_EMBEDDED;
main.c:289MX_USB_OTG_FS_PCD_Init()
hpcd_USB_OTG_FS.Init.Sof_enable = DISABLE;
main.c:290MX_USB_OTG_FS_PCD_Init()
hpcd_USB_OTG_FS.Init.low_power_enable = DISABLE;
main.c:291MX_USB_OTG_FS_PCD_Init()
hpcd_USB_OTG_FS.Init.lpm_enable = DISABLE;
main.c:292MX_USB_OTG_FS_PCD_Init()
hpcd_USB_OTG_FS.Init.vbus_sensing_enable = DISABLE;
main.c:293MX_USB_OTG_FS_PCD_Init()
hpcd_USB_OTG_FS.Init.use_dedicated_ep1 = DISABLE;
main.c:294MX_USB_OTG_FS_PCD_Init()
if (HAL_PCD_Init(&hpcd_USB_OTG_FS) != HAL_OK)
stm32f4xx_it.c:231OTG_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