Searched refs:Action (Results 1 – 12 of 12) sorted by relevance
507 pCore->Device.Transfer.Action = USB_ACTION_STALL; in _USBDCore_Setup()548 switch (pCore->Device.Transfer.Action) in _USBDCore_Setup()786 pCore->Device.Transfer.Action = USB_ACTION_DATAIN; in _USBDCore_Standard_GetStatus()837 pCore->Device.Transfer.Action = USB_ACTION_DATAIN; in _USBDCore_Standard_SetClearFeature()857 pCore->Device.Transfer.Action = USB_ACTION_DATAIN; in _USBDCore_Standard_SetAddress()879 pCore->Device.Transfer.Action= USB_ACTION_DATAIN; in _USBDCore_Standard_GetDescriptor()886 pCore->Device.Transfer.Action = USB_ACTION_DATAIN; in _USBDCore_Standard_GetDescriptor()922 pCore->Device.Transfer.Action= USB_ACTION_DATAIN; in _USBDCore_Standard_GetConfiguration()937 pCore->Device.Transfer.Action= USB_ACTION_DATAIN; in _USBDCore_Standard_SetConfiguration()971 pCore->Device.Transfer.Action = USB_ACTION_DATAOUT; in _USBDCore_ControlIN()[all …]
539 pCore->Device.Transfer.Action = USB_ACTION_STALL; in _USBDCore_Setup()580 switch (pCore->Device.Transfer.Action) in _USBDCore_Setup()818 pCore->Device.Transfer.Action = USB_ACTION_DATAIN; in _USBDCore_Standard_GetStatus()847 pCore->Device.Transfer.Action = USB_ACTION_DATAIN; in _USBDCore_Standard_SetClearFeature()869 pCore->Device.Transfer.Action = USB_ACTION_DATAIN; in _USBDCore_Standard_SetClearFeature()889 pCore->Device.Transfer.Action = USB_ACTION_DATAIN; in _USBDCore_Standard_SetAddress()911 pCore->Device.Transfer.Action = USB_ACTION_DATAIN; in _USBDCore_Standard_GetDescriptor()918 pCore->Device.Transfer.Action = USB_ACTION_DATAIN; in _USBDCore_Standard_GetDescriptor()954 pCore->Device.Transfer.Action = USB_ACTION_DATAIN; in _USBDCore_Standard_GetConfiguration()969 pCore->Device.Transfer.Action = USB_ACTION_DATAIN; in _USBDCore_Standard_SetConfiguration()[all …]
253 pDev->Transfer.Action = USB_ACTION_DATAIN; in USBDClass_Standard_GetDescriptor()260 pDev->Transfer.Action = USB_ACTION_DATAIN; in USBDClass_Standard_GetDescriptor()
471 pDev->Transfer.Action = USB_ACTION_DATAOUT; in SERIAL_USBDClass_Request()478 pDev->Transfer.Action = USB_ACTION_DATAOUT; in SERIAL_USBDClass_Request()483 pDev->Transfer.Action = USB_ACTION_DATAIN; in SERIAL_USBDClass_Request()
465 pDev->Transfer.Action = USB_ACTION_DATAOUT;472 pDev->Transfer.Action = USB_ACTION_DATAOUT;477 pDev->Transfer.Action = USB_ACTION_DATAIN;
51 void Core_USBAction(uint8_t USB_ID, uint8_t Action, void *pParam);
118 …USBDCore_Action_Enum Action; /*!< STALL, control IN or control OUT … member
93 …USBDCore_Action_Enum Action; /*!< STALL, control IN or control OUT … member
Completed in 38 milliseconds