HAL + 0/102 examples
CodeScope will show references to HCD_HandleTypeDef::Instance from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
Applications
Audio
Camera
FatFs
USB_Host
STM32469I-Discovery
Demonstrations
Applications
Audio
FatFs
USBX
USB_Host
STM32469I_EVAL
Demonstrations
Applications
Audio
Camera
FatFs
USB_Host
STM324xG_EVAL
Demonstrations
Applications
Camera
FatFs
USB_Host
STM32F429I-Discovery
Demonstrations
Applications
Display
FatFs
LibJPEG
USB_Host
STM324x9I_EVAL
Applications
Audio
Camera
Display
FatFs
USB_Host
Demonstrations
STemWin
STM32F4-Discovery
Applications
Audio
FatFs
STM32F401-Discovery
Applications
Audio
FatFs
STM32F411E-Discovery
Applications
Audio
FatFs
STM32F412G-Discovery
Applications
FatFs
USB_Host
STM32F412ZG-Nucleo
Applications
FatFs
USB_Host
STM32F413H-Discovery
Applications
FatFs
USB_Host
STM32F413ZH-Nucleo
Applications
FatFs
USB_Host
STM32F429ZI-Nucleo
Applications
FatFs
USBX
USB_Host
STM32F446ZE-Nucleo
Applications
FatFs
USB_Host
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHCD_HandleTypeDef::Instance

HCD_HandleTypeDef::Instance field

Register base address

Syntax

Examples

HCD_HandleTypeDef::Instance is referenced by 102 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_hcd.h:74
HCD_TypeDef *Instance; /*!< Register base address */
stm32f4xx_hal_hcd.c:126HAL_HCD_Init()
USBx = hhcd->Instance;
stm32f4xx_hal_hcd.c:166HAL_HCD_Init()
stm32f4xx_hal_hcd.c:169HAL_HCD_Init()
if (USB_CoreInit(hhcd->Instance, hhcd->Init) != HAL_OK)
stm32f4xx_hal_hcd.c:176HAL_HCD_Init()
stm32f4xx_hal_hcd.c:183HAL_HCD_Init()
if (USB_HostInit(hhcd->Instance, hhcd->Init) != HAL_OK)
stm32f4xx_hal_hcd.c:243HAL_HCD_HC_Init()
HostCoreSpeed = USB_GetHostSpeed(hhcd->Instance);
stm32f4xx_hal_hcd.c:261HAL_HCD_HC_Init()
status = USB_HC_Init(hhcd->Instance, ch_num, epnum,
stm32f4xx_hal_hcd.c:281HAL_HCD_HC_Halt()
(void)USB_HC_Halt(hhcd->Instance, ch_num);
stm32f4xx_hal_hcd.c:315HAL_HCD_DeInit()
stm32f4xx_hal_hcd.c:530HAL_HCD_HC_SubmitRequest()
return USB_HC_StartXfer(hhcd->Instance, &hhcd->hc[ch_num], (uint8_t)hhcd->Init.dma_enable);
stm32f4xx_hal_hcd.c:540HAL_HCD_IRQHandler()
USB_OTG_GlobalTypeDef *USBx = hhcd->Instance;
stm32f4xx_hal_hcd.c:546HAL_HCD_IRQHandler()
stm32f4xx_hal_hcd.c:549HAL_HCD_IRQHandler()
stm32f4xx_hal_hcd.c:554HAL_HCD_IRQHandler()
stm32f4xx_hal_hcd.c:557HAL_HCD_IRQHandler()
stm32f4xx_hal_hcd.c:560HAL_HCD_IRQHandler()
stm32f4xx_hal_hcd.c:563HAL_HCD_IRQHandler()
stm32f4xx_hal_hcd.c:566HAL_HCD_IRQHandler()
stm32f4xx_hal_hcd.c:569HAL_HCD_IRQHandler()
stm32f4xx_hal_hcd.c:572HAL_HCD_IRQHandler()
stm32f4xx_hal_hcd.c:575HAL_HCD_IRQHandler()
stm32f4xx_hal_hcd.c:579HAL_HCD_IRQHandler()
stm32f4xx_hal_hcd.c:581HAL_HCD_IRQHandler()
stm32f4xx_hal_hcd.c:592HAL_HCD_IRQHandler()
stm32f4xx_hal_hcd.c:605HAL_HCD_IRQHandler()
stm32f4xx_hal_hcd.c:611HAL_HCD_IRQHandler()
stm32f4xx_hal_hcd.c:619HAL_HCD_IRQHandler()
stm32f4xx_hal_hcd.c:623HAL_HCD_IRQHandler()
stm32f4xx_hal_hcd.c:625HAL_HCD_IRQHandler()
interrupt = USB_HC_ReadInterrupt(hhcd->Instance);
stm32f4xx_hal_hcd.c:640HAL_HCD_IRQHandler()
stm32f4xx_hal_hcd.c:644HAL_HCD_IRQHandler()
stm32f4xx_hal_hcd.c:646HAL_HCD_IRQHandler()
stm32f4xx_hal_hcd.c:650HAL_HCD_IRQHandler()
stm32f4xx_hal_hcd.c:1077HAL_HCD_Start()
(void)USB_DriveVbus(hhcd->Instance, 1U);
stm32f4xx_hal_hcd.c:1080HAL_HCD_Start()
stm32f4xx_hal_hcd.c:1095HAL_HCD_Stop()
(void)USB_StopHost(hhcd->Instance);
stm32f4xx_hal_hcd.c:1108HAL_HCD_ResetPort()
return (USB_ResetPort(hhcd->Instance));
stm32f4xx_hal_hcd.c:1201HAL_HCD_GetCurrentFrame()
return (USB_GetCurrentFrame(hhcd->Instance));
stm32f4xx_hal_hcd.c:1211HAL_HCD_GetCurrentSpeed()
return (USB_GetHostSpeed(hhcd->Instance));
stm32f4xx_hal_hcd.c:1226HAL_HCD_HC_SetHubInfo()
uint32_t HostCoreSpeed = USB_GetHostSpeed(hhcd->Instance);
stm32f4xx_hal_hcd.c:1282HCD_HC_IN_IRQHandler()
const USB_OTG_GlobalTypeDef *USBx = hhcd->Instance;
stm32f4xx_hal_hcd.c:1286HCD_HC_IN_IRQHandler()
stm32f4xx_hal_hcd.c:1290HCD_HC_IN_IRQHandler()
(void)USB_HC_Halt(hhcd->Instance, chnum);
stm32f4xx_hal_hcd.c:1292HCD_HC_IN_IRQHandler()
stm32f4xx_hal_hcd.c:1296HCD_HC_IN_IRQHandler()
(void)USB_HC_Halt(hhcd->Instance, chnum);
stm32f4xx_hal_hcd.c:1298HCD_HC_IN_IRQHandler()
stm32f4xx_hal_hcd.c:1302HCD_HC_IN_IRQHandler()
(void)USB_HC_Halt(hhcd->Instance, chnum);
stm32f4xx_hal_hcd.c:1304HCD_HC_IN_IRQHandler()
stm32f4xx_hal_hcd.c:1308HCD_HC_IN_IRQHandler()
(void)USB_HC_Halt(hhcd->Instance, chnum);
stm32f4xx_hal_hcd.c:1310HCD_HC_IN_IRQHandler()
stm32f4xx_hal_hcd.c:1314HCD_HC_IN_IRQHandler()
(void)USB_HC_Halt(hhcd->Instance, chnum);
stm32f4xx_hal_hcd.c:1321HCD_HC_IN_IRQHandler()
stm32f4xx_hal_hcd.c:1323HCD_HC_IN_IRQHandler()
(void)USB_HC_Halt(hhcd->Instance, chnum);
stm32f4xx_hal_hcd.c:1326HCD_HC_IN_IRQHandler()
stm32f4xx_hal_hcd.c:1349HCD_HC_IN_IRQHandler()
(void)USB_HC_Halt(hhcd->Instance, chnum);
stm32f4xx_hal_hcd.c:1381HCD_HC_IN_IRQHandler()
stm32f4xx_hal_hcd.c:1390HCD_HC_IN_IRQHandler()
(void)USB_HC_Halt(hhcd->Instance, chnum);
stm32f4xx_hal_hcd.c:1393HCD_HC_IN_IRQHandler()
stm32f4xx_hal_hcd.c:1541HCD_HC_IN_IRQHandler()
stm32f4xx_hal_hcd.c:1551HCD_HC_IN_IRQHandler()
(void)USB_HC_Halt(hhcd->Instance, chnum);
stm32f4xx_hal_hcd.c:1553HCD_HC_IN_IRQHandler()
stm32f4xx_hal_hcd.c:1559HCD_HC_IN_IRQHandler()
(void)USB_HC_Halt(hhcd->Instance, chnum);
stm32f4xx_hal_hcd.c:1569HCD_HC_IN_IRQHandler()
(void)USB_HC_Halt(hhcd->Instance, chnum);
stm32f4xx_hal_hcd.c:1601HCD_HC_OUT_IRQHandler()
const USB_OTG_GlobalTypeDef *USBx = hhcd->Instance;
stm32f4xx_hal_hcd.c:1606HCD_HC_OUT_IRQHandler()
stm32f4xx_hal_hcd.c:1610HCD_HC_OUT_IRQHandler()
(void)USB_HC_Halt(hhcd->Instance, chnum);
stm32f4xx_hal_hcd.c:1612HCD_HC_OUT_IRQHandler()
stm32f4xx_hal_hcd.c:1621HCD_HC_OUT_IRQHandler()
(void)USB_HC_Halt(hhcd->Instance, chnum);
stm32f4xx_hal_hcd.c:1632HCD_HC_OUT_IRQHandler()
(void)USB_HC_Halt(hhcd->Instance, chnum);
stm32f4xx_hal_hcd.c:1638HCD_HC_OUT_IRQHandler()
stm32f4xx_hal_hcd.c:1641HCD_HC_OUT_IRQHandler()
(void)USB_HC_Halt(hhcd->Instance, chnum);
stm32f4xx_hal_hcd.c:1643HCD_HC_OUT_IRQHandler()
stm32f4xx_hal_hcd.c:1648HCD_HC_OUT_IRQHandler()
stm32f4xx_hal_hcd.c:1662HCD_HC_OUT_IRQHandler()
(void)USB_HC_Halt(hhcd->Instance, chnum);
stm32f4xx_hal_hcd.c:1664HCD_HC_OUT_IRQHandler()
stm32f4xx_hal_hcd.c:1674HCD_HC_OUT_IRQHandler()
(void)USB_HC_Halt(hhcd->Instance, chnum);
stm32f4xx_hal_hcd.c:1677HCD_HC_OUT_IRQHandler()
stm32f4xx_hal_hcd.c:1681HCD_HC_OUT_IRQHandler()
(void)USB_HC_Halt(hhcd->Instance, chnum);
stm32f4xx_hal_hcd.c:1683HCD_HC_OUT_IRQHandler()
stm32f4xx_hal_hcd.c:1696HCD_HC_OUT_IRQHandler()
(void)USB_HC_Halt(hhcd->Instance, chnum);
stm32f4xx_hal_hcd.c:1699HCD_HC_OUT_IRQHandler()
stm32f4xx_hal_hcd.c:1704HCD_HC_OUT_IRQHandler()
(void)USB_HC_Halt(hhcd->Instance, chnum);
stm32f4xx_hal_hcd.c:1727HCD_HC_OUT_IRQHandler()
stm32f4xx_hal_hcd.c:1730HCD_HC_OUT_IRQHandler()
(void)USB_HC_Halt(hhcd->Instance, chnum);
stm32f4xx_hal_hcd.c:1733HCD_HC_OUT_IRQHandler()
stm32f4xx_hal_hcd.c:1836HCD_RXQLVL_IRQHandler()
const USB_OTG_GlobalTypeDef *USBx = hhcd->Instance;
stm32f4xx_hal_hcd.c:1845HCD_RXQLVL_IRQHandler()
GrxstspReg = hhcd->Instance->GRXSTSP;
stm32f4xx_hal_hcd.c:1858HCD_RXQLVL_IRQHandler()
(void)USB_ReadPacket(hhcd->Instance,
stm32f4xx_hal_hcd.c:1902HCD_Port_IRQHandler()
const USB_OTG_GlobalTypeDef *USBx = hhcd->Instance;
stm32f4xx_hal_hcd.c:1939HCD_Port_IRQHandler()
stm32f4xx_hal_hcd.c:1943HCD_Port_IRQHandler()