Searched refs:gUSBCore (Results 1 – 4 of 4) sorted by relevance
14 USBDCore_TypeDef *gUSBCore; variable89 IsRemoteWakeupAllowed = USBDCore_GetRemoteWakeUpFeature(&gUSBCore); in Suspend()105 …if ((gUSBCore->Info.CurrentStatus == USER_USB_STATE_SUSPENDED) && ((HT_USB->CSR & 0xC0) == 0x40)) … in Suspend()126 if (IsRemoteWakeupAllowed == TRUE && USBDCore_IsSuspend(&gUSBCore) == TRUE) in Suspend()160 gUSBCore = pCore; in USB_Configuration()183 …gUSBCore->pDriver = (u32 *)&gUSBDriver; /* Initiate memory pointer of USB driver … in USB_Configuration()184 …gUSBCore->Power.CallBack_Suspend.func = Suspend; /* Install suspend call back function into US… in USB_Configuration()188 …USBDCore_Init(gUSBCore); /* Initiate USB Core layer … in USB_Configuration()
276 IsRemoteWakeupAllowed = USBDCore_GetRemoteWakeUpFeature(&gUSBCore); in Suspend()313 if (IsRemoteWakeupAllowed == TRUE && USBDCore_IsSuspend(&gUSBCore) == TRUE) in Suspend()
324 __ALIGN4 USBDCore_TypeDef gUSBCore; variable333 USBDCore_IRQHandler(&gUSBCore); in USB_IRQHandler()430 …gUSBCore.pDriver = (u32 *)&gUSBDriver; /* Initiate memory pointer of USB driver … in SERIAL_USBDInit()431 …USBDDesc_Init(&gUSBCore.Device.Desc); /* Initiate memory pointer of descriptor … in SERIAL_USBDInit()432 …USBDClass_Init(&gUSBCore.Class); /* Initiate USB Class layer … in SERIAL_USBDInit()433 …USBDCore_Init(&gUSBCore); /* Initiate USB Core layer … in SERIAL_USBDInit()438 …USBDCore_MainRoutine(&gUSBCore); /* USB core main routine … in SERIAL_USBDInit()441 gUSBCore.Info.CurrentFeature.Bits.bSelfPowered = TRUE; in SERIAL_USBDInit()442 …USBDCore_MainRoutine(&gUSBCore); /* USB core main routine … in SERIAL_USBDInit()
329 __ALIGN4 USBDCore_TypeDef gUSBCore; variable338 USBDCore_IRQHandler(&gUSBCore); in USB_IRQHandler()424 …gUSBCore.pDriver = (u32 *)&gUSBDriver; /* Initiate memory pointer of USB driver …425 …USBDDesc_Init(&gUSBCore.Device.Desc); /* Initiate memory pointer of descriptor …426 …USBDClass_Init(&gUSBCore.Class); /* Initiate USB Class layer …427 …USBDCore_Init(&gUSBCore); /* Initiate USB Core layer …432 …USBDCore_MainRoutine(&gUSBCore); /* USB core main routine …435 gUSBCore.Info.CurrentFeature.Bits.bSelfPowered = TRUE;436 …USBDCore_MainRoutine(&gUSBCore); /* USB core main routine …
Completed in 14 milliseconds