Searched refs:CSW (Results 1 – 10 of 10) sorted by relevance
| /bsp/apm32/libraries/APM32F0xx_Library/USB_Device_Lib/Core_Device/Class/MSC/src/ |
| A D | usbd_msc_bot.c | 170 g_BOTInfo.CSW.dTag = g_BOTInfo.CBW.dTag; in USBD_MSC_BOT_DecodeCBW() 171 g_BOTInfo.CSW.dDataResidue = g_BOTInfo.CBW.dDataXferLen; in USBD_MSC_BOT_DecodeCBW() 217 g_BOTInfo.CSW.dDataResidue -= len; in USBD_MSC_BOT_TxData() 218 g_BOTInfo.CSW.bStatus = BOT_CSW_STATUS_CMD_OK; in USBD_MSC_BOT_TxData() 233 g_BOTInfo.CSW.dSignature = MSC_BOT_CSW_SIGNATURE; in USBD_MSC_BOT_TxCSW() 234 g_BOTInfo.CSW.bStatus = cswStatus; in USBD_MSC_BOT_TxCSW() 237 USBD_TxData(MSC_IN_EP & 0x7f, (uint8_t*)&g_BOTInfo.CSW, in USBD_MSC_BOT_TxCSW()
|
| A D | usbd_msc_scsi.c | 672 g_BOTInfo.CSW.dDataResidue -= len; in SCSI_Read() 708 g_BOTInfo.CSW.dDataResidue -= len; in SCSI_Write()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/Class/ |
| A D | mscTransport.c | 699 __CSW_t *CSW = NULL; in mscBoTransport() local 822 CSW = (__CSW_t *)mscDev->iobuf; in mscBoTransport() 823 memset(CSW, 0, sizeof(__CSW_t)); in mscBoTransport() 826 CSW, in mscBoTransport() 862 if (CSW->dCSWSignature != CSW_SIGNATURE) in mscBoTransport() 864 hal_log_err("ERR: Invalid Csw Signature: %x, must reset", CSW->dCSWSignature); in mscBoTransport() 871 if (CSW->dCSWTag != mscDev->Tag) in mscBoTransport() 873 hal_log_err("ERR: Invalid Csw Tags: (%x, %x), must reset", mscDev->Tag, CSW->dCSWTag); in mscBoTransport() 880 if (CSW->bCSWStatus == 1) in mscBoTransport() 888 if (CSW->bCSWStatus == 2) in mscBoTransport()
|
| /bsp/apm32/libraries/APM32F0xx_Library/USB_Device_Lib/Core_Device/Class/MSC/inc/ |
| A D | usbd_msc_bot.h | 125 BOT_CSW_T CSW; member
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/ |
| A D | Release_Notes.txt | 400 …TRUE may cause the F/W to not send CSW after the first Inquiry CBW Command in a specific condition.
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/ |
| A D | Release_Notes.txt | 930 …TRUE may cause the F/W to not send CSW after the first Inquiry CBW Command in a specific condition.
|
| /bsp/renesas/ra2l1-cpk/ra/fsp/src/bsp/cmsis/Device/RENESAS/Include/ |
| A D | renesas.h | 8123 …__IOM uint32_t CSW : 1; /*!< [9..9] TSCAP Pin Enable … member
|
| /bsp/renesas/ra6m4-cpk/ra/fsp/src/bsp/cmsis/Device/RENESAS/Include/ |
| A D | renesas.h | 8123 …__IOM uint32_t CSW : 1; /*!< [9..9] TSCAP Pin Enable … member
|
| /bsp/renesas/ra6m4-iot/ra/fsp/src/bsp/cmsis/Device/RENESAS/Include/ |
| A D | renesas.h | 8123 …__IOM uint32_t CSW : 1; /*!< [9..9] TSCAP Pin Enable … member
|
| /bsp/renesas/ra6m3-ek/ra/fsp/src/bsp/cmsis/Device/RENESAS/Include/ |
| A D | renesas.h | 8123 …__IOM uint32_t CSW : 1; /*!< [9..9] TSCAP Pin Enable … member
|
Completed in 1725 milliseconds