Home
last modified time | relevance | path

Searched refs:g_bot_cbw (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mpfs/drivers/mss/mss_usb/
Dmss_usb_device_msd.c48 #define G_BOT_CBW_INIT(); g_bot_cbw.signature = 0;\
49 g_bot_cbw.tag = 0;\
50 g_bot_cbw.xfr_length = 0;\
51 g_bot_cbw.flags = 0;\
52 g_bot_cbw.lun = 0;\
53 g_bot_cbw.cmd_length = 0;\
54 g_bot_cbw.cmd_block[0]=(uint8_t)0;\
55 g_bot_cbw.cmd_block[1]=(uint8_t)0;\
56 g_bot_cbw.cmd_block[2]=(uint8_t)0;\
57 g_bot_cbw.cmd_block[3]=(uint8_t)0;\
[all …]
Dmss_usb_host_msc.c90 static msd_cbw_t g_bot_cbw __attribute__ ((aligned (4))) = {0}; variable
101 static msd_cbw_t g_bot_cbw = {0}; variable
107 __align(4) static msd_cbw_t g_bot_cbw = {0};
434 &g_bot_cbw); in MSS_USBH_MSC_task()
440 (uint8_t*)&g_bot_cbw, in MSS_USBH_MSC_task()
484 &g_bot_cbw); in MSS_USBH_MSC_task()
492 (uint8_t*)&g_bot_cbw, in MSS_USBH_MSC_task()
599 &g_bot_cbw); in MSS_USBH_MSC_task()
607 (uint8_t*)&g_bot_cbw, in MSS_USBH_MSC_task()
986 &g_bot_cbw); in MSS_USBH_MSC_read()
[all …]