Searched refs:CallBack_Suspend (Results 1 – 10 of 10) sorted by relevance
190 if (pCore->Power.CallBack_Suspend.func != NULL) in USBDCore_MainRoutine()194 pCore->Power.CallBack_Suspend.func(pCore->Power.CallBack_Suspend.uPara); in USBDCore_MainRoutine()
184 …gUSBCore->Power.CallBack_Suspend.func = Suspend; /* Install suspend call back function into US… in USB_Configuration()
178 …pCore->Power.CallBack_Suspend.func = Suspend; /* Install suspend call back function into USB… in USB_Configuration()
457 if (pCore->Power.CallBack_Suspend.func != NULL) in _USBDCore_PowerHandler()461 pCore->Power.CallBack_Suspend.func(pCore->Power.CallBack_Suspend.uPara); in _USBDCore_PowerHandler()
425 if (pCore->Power.CallBack_Suspend.func != NULL) in _USBDCore_PowerHandler()429 pCore->Power.CallBack_Suspend.func(pCore->Power.CallBack_Suspend.uPara); in _USBDCore_PowerHandler()
202 USBDCore_CallBack_TypeDef CallBack_Suspend; member
177 USBDCore_CallBack_TypeDef CallBack_Suspend; member
Completed in 18 milliseconds