Home
last modified time | relevance | path

Searched refs:MSC_MAX_MPS (Results 1 – 4 of 4) sorted by relevance

/components/drivers/usb/cherryusb/demo/bootuf2/
A Dmsc_bootuf2_template.c21 #define MSC_MAX_MPS 512 macro
23 #define MSC_MAX_MPS 64 macro
33 MSC_DESCRIPTOR_INIT(0x00, MSC_OUT_EP, MSC_IN_EP, MSC_MAX_MPS, 0x02)
92 MSC_DESCRIPTOR_INIT(0x00, MSC_OUT_EP, MSC_IN_EP, MSC_MAX_MPS, 0x02),
/components/drivers/usb/cherryusb/demo/
A Dmsc_ram_template.c20 #define MSC_MAX_MPS 512 macro
22 #define MSC_MAX_MPS 64 macro
32 MSC_DESCRIPTOR_INIT(0x00, MSC_OUT_EP, MSC_IN_EP, MSC_MAX_MPS, 0x02)
91 MSC_DESCRIPTOR_INIT(0x00, MSC_OUT_EP, MSC_IN_EP, MSC_MAX_MPS, 0x02),
A Dcdc_acm_msc_template.c33 #define MSC_MAX_MPS 512 macro
35 #define MSC_MAX_MPS 64 macro
46 MSC_DESCRIPTOR_INIT(0x02, MSC_OUT_EP, MSC_IN_EP, MSC_MAX_MPS, 0x00)
107 MSC_DESCRIPTOR_INIT(0x02, MSC_OUT_EP, MSC_IN_EP, MSC_MAX_MPS, 0x00),
A Dcdc_acm_hid_msc_template.c41 #define MSC_MAX_MPS 512 macro
43 #define MSC_MAX_MPS 64 macro
54 MSC_DESCRIPTOR_INIT(0x02, MSC_OUT_EP, MSC_IN_EP, MSC_MAX_MPS, 0x02),
145 MSC_DESCRIPTOR_INIT(0x02, MSC_OUT_EP, MSC_IN_EP, MSC_MAX_MPS, 0x02),

Completed in 8 milliseconds