Go to the source code of this file.
◆ USB_DESC_BOS_CAPABILITY_LEN
| #define USB_DESC_BOS_CAPABILITY_LEN |
( |
| __LEN | ) |
|
◆ USB_DESC_BOS_CAPABILITY_HEADER
| #define USB_DESC_BOS_CAPABILITY_HEADER |
( |
| __LEN, |
|
|
| __TYPE, |
|
|
| ... ) |
Value: 20 + (__LEN), \
(__TYPE), \
0x00, \
__VA_ARGS__
@ USB_DT_DEVICE_CAPABILITY
Definition usb_common.h:208
◆ bos_desc_msos20
| #define bos_desc_msos20 |
( |
| __len | ) |
|
◆ __usbd_bos_desc
| #define __usbd_bos_desc |
( |
| __name, |
|
|
| __cap_num, |
|
|
| __len, |
|
|
| ... ) |
Value:
(__cap_num), \
__VA_ARGS__ \
};
#define __name
Definition hci_transport_aic8800.c:555
unsigned char uint8_t
Definition stdint.h:5
#define USB_DT_BOS_SIZE
Definition usb_common.h:54
@ USB_DT_BOS
Definition usb_common.h:207
◆ __usbd_bos_desc_table
| #define __usbd_bos_desc_table |
( |
| __name | ) |
|
◆ usbd_bos_desc
| #define usbd_bos_desc |
( |
| __name, |
|
|
| __cap_num, |
|
|
| __len, |
|
|
| ... ) |
Value:
#define __usbd_bos_desc(__name, __cap_num, __len,...)
Definition vsf_usbd_bos.h:44
◆ usbd_bos_desc_table
| #define usbd_bos_desc_table |
( |
| __name | ) |
|
Value:
#define __usbd_bos_desc_table(__name)
Definition vsf_usbd_bos.h:53