Home
last modified time | relevance | path

Searched refs:bmAttributes (Results 1 – 25 of 63) sorted by relevance

123

/bsp/microchip/samd51-adafruit-metro-m4/bsp/usb/
A Dusb_protocol.h409 uint32_t bmAttributes; member
424 uint8_t bmAttributes; member
472 uint8_t bmAttributes; member
519 uint8_t bmAttributes; member
531 uint8_t bmAttributes; member
593 …wTotalLength, bNumInterfaces, bConfigurationValue, iConfiguration, bmAttributes, bMaxPower) … in COMPILER_PACK_RESET() argument
597 bmAttributes, bMaxPower in COMPILER_PACK_RESET()
600 …wTotalLength, bNumInterfaces, bConfigurationValue, iConfiguration, bmAttributes, bMaxPower) … in COMPILER_PACK_RESET() argument
604 bmAttributes, bMaxPower in COMPILER_PACK_RESET()
633 #define USB_ENDP_DESC_BYTES(bEndpointAddress, bmAttributes, wMaxPacketSize, bInterval) … in COMPILER_PACK_RESET() argument
[all …]
/bsp/microchip/samd51-seeed-wio-terminal/bsp/usb/
A Dusb_protocol.h409 uint32_t bmAttributes; member
424 uint8_t bmAttributes; member
472 uint8_t bmAttributes; member
519 uint8_t bmAttributes; member
531 uint8_t bmAttributes; member
593 …wTotalLength, bNumInterfaces, bConfigurationValue, iConfiguration, bmAttributes, bMaxPower) … in COMPILER_PACK_RESET() argument
597 bmAttributes, bMaxPower in COMPILER_PACK_RESET()
600 …wTotalLength, bNumInterfaces, bConfigurationValue, iConfiguration, bmAttributes, bMaxPower) … in COMPILER_PACK_RESET() argument
604 bmAttributes, bMaxPower in COMPILER_PACK_RESET()
633 #define USB_ENDP_DESC_BYTES(bEndpointAddress, bmAttributes, wMaxPacketSize, bInterval) … in COMPILER_PACK_RESET() argument
[all …]
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dch9.h343 uint8_t bmAttributes; member
395 uint8_t bmAttributes; member
466 return epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK; in usb_endpoint_type()
483 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == in usb_endpoint_xfer_bulk()
489 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == in usb_endpoint_xfer_control()
495 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == in usb_endpoint_xfer_int()
501 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == in usb_endpoint_xfer_isoc()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/include/
A Dusb_spec.h249 uint8_t bmAttributes; /* Configuration characteristics */ member
271 uint8_t bmAttributes; member
281 uint8_t bmAttributes; member
298 uint8_t bmAttributes[4]; /*Bitmap encoding of supported device level features.*/ member
305 uint8_t bmAttributes; member
/bsp/allwinner/libraries/sunxi-hal/hal/test/usb/udc/
A Dusb_msg.c38 .bmAttributes = 0x80,
58 .bmAttributes = USB_ENDPOINT_XFER_BULK,
67 .bmAttributes = USB_ENDPOINT_XFER_BULK,
133 demo_ep_bulk_in.bmAttributes & USB_ENDPOINT_XFERTYPE_MASK); in usb_msg_ep_init()
143 demo_ep_bulk_out.bmAttributes & USB_ENDPOINT_XFERTYPE_MASK); in usb_msg_ep_init()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/audio/Source/
A Daudio_core.c112 .bmAttributes = 0xC0U,
323 .bmAttributes = USB_ENDPOINT_TYPE_ISOCHRONOUS,
338 .bmAttributes = 0x00U,
416 .bmAttributes = USB_ENDPOINT_TYPE_ISOCHRONOUS,
431 .bmAttributes = 0x00U,
517 .bmAttributes = std_ep.bmAttributes, in audio_init()
537 .bmAttributes = std_ep.bmAttributes, in audio_init()
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_usbh.c78 pipe->ep.bmAttributes, in drv_pipe_xfer()
88 if (pipe->ep.bmAttributes == USB_EP_ATTR_INT) in drv_pipe_xfer()
98 pipe->ep.bmAttributes, in drv_pipe_xfer()
174 pipe->ep.bmAttributes, in drv_open_pipe()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/printer/Source/
A Dprinter_core.c95 .bmAttributes = 0xA0U,
123 .bmAttributes = USB_EP_ATTR_BULK,
136 .bmAttributes = USB_EP_ATTR_BULK,
/bsp/nxp/imx/imx6ull-smart/drivers/usb/include/
A Dusb_spec.h244 uint8_t bmAttributes; /* Configuration characteristics */ member
266 uint8_t bmAttributes; member
284 uint8_t bmAttributes[4]; /*Bitmap encoding of supported device level features.*/ member
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/msc/Source/
A Dusbd_msc_core.c97 .bmAttributes = 0xC0U,
123 .bmAttributes = USB_EP_ATTR_BULK,
135 .bmAttributes = USB_EP_ATTR_BULK,
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/cdc/Source/
A Dcdc_acm_core.c78 .bmAttributes = 0x80U,
152 .bmAttributes = USB_EP_ATTR_INT,
181 .bmAttributes = USB_EP_ATTR_BULK,
194 .bmAttributes = USB_EP_ATTR_BULK,
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/hid/Source/
A Dcustom_hid_core.c82 .bmAttributes = 0x80U,
124 .bmAttributes = USB_EP_ATTR_INT,
137 .bmAttributes = USB_EP_ATTR_INT,
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/ustd/common/
A Dusb_ch9_std.h208 uint8_t bmAttributes; /*!< configuration attributes */ member
228 uint8_t bmAttributes; /*!< endpoint attributes */ member
/bsp/nuvoton/libraries/m460/rtt_port/
A Ddrv_usbhost.c309 psEPInfo->bmAttributes = pipe->ep.bmAttributes; in nu_open_pipe()
513 if (pipe->ep.bmAttributes == USB_EP_ATTR_CONTROL) in nu_pipe_xfer()
602 if (pipe->ep.bmAttributes == USB_EP_ATTR_BULK) in nu_pipe_xfer()
610 else if (pipe->ep.bmAttributes == USB_EP_ATTR_INT) in nu_pipe_xfer()
623 else if (pipe->ep.bmAttributes == USB_EP_ATTR_ISOC) in nu_pipe_xfer()
/bsp/nuvoton/libraries/m480/rtt_port/
A Ddrv_usbhost.c312 psEPInfo->bmAttributes = pipe->ep.bmAttributes; in nu_open_pipe()
499 if (pipe->ep.bmAttributes == USB_EP_ATTR_CONTROL) in nu_pipe_xfer()
588 if (pipe->ep.bmAttributes == USB_EP_ATTR_BULK) in nu_pipe_xfer()
596 else if (pipe->ep.bmAttributes == USB_EP_ATTR_INT) in nu_pipe_xfer()
609 else if (pipe->ep.bmAttributes == USB_EP_ATTR_ISOC) in nu_pipe_xfer()
/bsp/nuvoton/libraries/m2354/rtt_port/
A Ddrv_usbhost.c310 psEPInfo->bmAttributes = pipe->ep.bmAttributes; in nu_open_pipe()
497 if (pipe->ep.bmAttributes == USB_EP_ATTR_CONTROL) in nu_pipe_xfer()
586 if (pipe->ep.bmAttributes == USB_EP_ATTR_BULK) in nu_pipe_xfer()
594 else if (pipe->ep.bmAttributes == USB_EP_ATTR_INT) in nu_pipe_xfer()
607 else if (pipe->ep.bmAttributes == USB_EP_ATTR_ISOC) in nu_pipe_xfer()
/bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/
A DSWM341_usb.h143 …uint8_t bmAttributes; // D7 Bus Powered , D6 Self Powered, D5 Remote Wakeup , D4..0 Rese… member
163 uint8_t bmAttributes; // specifies the transfer type. member
/bsp/at32/libraries/usbotg_library/inc/
A Dusb_std.h316 …uint8_t bmAttributes; /*!< configuration characte… member
350 …uint8_t bmAttributes; /*!< describes the endpoint… member
/bsp/at32/libraries/usbd_library/inc/
A Dusb_std.h324 …uint8_t bmAttributes; /*!< configuration characte… member
358 …uint8_t bmAttributes; /*!< describes the endpoint… member
/bsp/nuvoton/libraries/ma35/rtt_port/
A Ddrv_usbhost.c313 psEPInfo->bmAttributes = pipe->ep.bmAttributes; in nu_open_pipe()
522 if (pipe->ep.bmAttributes == USB_EP_ATTR_CONTROL) in nu_pipe_xfer()
616 if (pipe->ep.bmAttributes == USB_EP_ATTR_BULK) in nu_pipe_xfer()
624 else if (pipe->ep.bmAttributes == USB_EP_ATTR_INT) in nu_pipe_xfer()
637 else if (pipe->ep.bmAttributes == USB_EP_ATTR_ISOC) in nu_pipe_xfer()
/bsp/nuvoton/libraries/n9h30/rtt_port/
A Ddrv_usbhost.c329 psEPInfo->bmAttributes = pipe->ep.bmAttributes; in nu_open_pipe()
562 if (pipe->ep.bmAttributes == USB_EP_ATTR_CONTROL) in nu_pipe_xfer()
655 if (pipe->ep.bmAttributes == USB_EP_ATTR_BULK) in nu_pipe_xfer()
663 else if (pipe->ep.bmAttributes == USB_EP_ATTR_INT) in nu_pipe_xfer()
676 else if (pipe->ep.bmAttributes == USB_EP_ATTR_ISOC) in nu_pipe_xfer()
/bsp/nuvoton/libraries/nuc980/rtt_port/
A Ddrv_usbhost.c329 psEPInfo->bmAttributes = pipe->ep.bmAttributes; in nu_open_pipe()
562 if (pipe->ep.bmAttributes == USB_EP_ATTR_CONTROL) in nu_pipe_xfer()
655 if (pipe->ep.bmAttributes == USB_EP_ATTR_BULK) in nu_pipe_xfer()
663 else if (pipe->ep.bmAttributes == USB_EP_ATTR_INT) in nu_pipe_xfer()
676 else if (pipe->ep.bmAttributes == USB_EP_ATTR_ISOC) in nu_pipe_xfer()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/dfu/Source/
A Ddfu_core.c108 .bmAttributes = 0x80U,
135 .bmAttributes = USB_DFU_CAN_DOWNLOAD | USB_DFU_CAN_UPLOAD | USB_DFU_WILL_DETACH,
322 if (dfu_config_desc.dfu_func.bmAttributes & 0x04U) { in dfu_mode_leave()
569 (dfu_config_desc.dfu_func.bmAttributes & 0x04U)){ in dfu_getstatus()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/audio/Include/
A Daudio_core.h224 uint8_t bmAttributes; /*!< transfer type and synchronization type */ member
235 uint8_t bmAttributes; /*!< transfer type and synchronization type */ member
/bsp/allwinner/libraries/sunxi-hal/include/hal/usb/
A Dch9.h343 uint8_t bmAttributes; member
395 uint8_t bmAttributes; member

Completed in 51 milliseconds

123