Home
last modified time | relevance | path

Searched refs:USB_EP_IN (Results 1 – 8 of 8) sorted by relevance

/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MTP/
A Dusbh_mtp.c61 #define EpVerify(ep, dir, type) (((phost->Device.Ep_Desc[i][ep].bEndpointAddress & USB_EP_IN) == d… in USBH_MTP_Init()
63 …if(EpVerify(0, USB_EP_IN, USB_EP_INT) && EpVerify(1, USB_EP_IN, USB_EP_BULK) && EpVerify(2, USB_EP… in USBH_MTP_Init()
69 …else if(EpVerify(0, USB_EP_IN, USB_EP_INT) && EpVerify(2, USB_EP_IN, USB_EP_BULK) && EpVerify(1, U… in USBH_MTP_Init()
75 …else if(EpVerify(1, USB_EP_IN, USB_EP_INT) && EpVerify(0, USB_EP_IN, USB_EP_BULK) && EpVerify(2, U… in USBH_MTP_Init()
81 …else if(EpVerify(1, USB_EP_IN, USB_EP_INT) && EpVerify(2, USB_EP_IN, USB_EP_BULK) && EpVerify(0, U… in USBH_MTP_Init()
87 …else if(EpVerify(2, USB_EP_IN, USB_EP_INT) && EpVerify(0, USB_EP_IN, USB_EP_BULK) && EpVerify(1, U… in USBH_MTP_Init()
93 …else if(EpVerify(2, USB_EP_IN, USB_EP_INT) && EpVerify(1, USB_EP_IN, USB_EP_BULK) && EpVerify(0, U… in USBH_MTP_Init()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_FSUSB.h24 #define USB_EP_IN USB_EP1 macro
/bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/
A DSWM341_usbd.c64 … USBD_EPConfig(ep_reg++, 0, USB_EP_IN, USB_EP_CTRL, USBD_Info.CtrlPkSiz, 0, 0, 0); // Control In in USBD_Init()
82 ep_dir = pCfg[2] & USB_EP_IN; in USBD_Init()
A DSWM341_usb.h68 #define USB_EP_IN 0x80 macro
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MSC/
A Dusbh_msc_core.c59 if(phost->Device.Ep_Desc[0][0].bEndpointAddress & USB_EP_IN) in USBH_MSC_Init()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/
A Dusbh_core.c396 if(phost->Ctrl.setup.bRequestType & USB_EP_IN) in USBH_HandleControl()
407 if(phost->Ctrl.setup.bRequestType & USB_EP_IN) in USBH_HandleControl()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/HID/
A Dusbh_hid_core.c64 if(phost->Device.Ep_Desc[0][0].bEndpointAddress & USB_EP_IN) in USBH_HID_Init()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/CDC/
A Dusbh_cdc_core.c59 if(phost->Device.Ep_Desc[1][0].bEndpointAddress & USB_EP_IN) in USBH_CDC_Init()

Completed in 13 milliseconds