Home
last modified time | relevance | path

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 Dusbd_msc_bot.c170 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 Dusbd_msc_scsi.c672 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 DmscTransport.c699 __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 Dusbd_msc_bot.h125 BOT_CSW_T CSW; member
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/
A DRelease_Notes.txt400 …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 DRelease_Notes.txt930 …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 Drenesas.h8123 …__IOM uint32_t CSW : 1; /*!< [9..9] TSCAP Pin Enable … member
/bsp/renesas/ra6m4-cpk/ra/fsp/src/bsp/cmsis/Device/RENESAS/Include/
A Drenesas.h8123 …__IOM uint32_t CSW : 1; /*!< [9..9] TSCAP Pin Enable … member
/bsp/renesas/ra6m4-iot/ra/fsp/src/bsp/cmsis/Device/RENESAS/Include/
A Drenesas.h8123 …__IOM uint32_t CSW : 1; /*!< [9..9] TSCAP Pin Enable … member
/bsp/renesas/ra6m3-ek/ra/fsp/src/bsp/cmsis/Device/RENESAS/Include/
A Drenesas.h8123 …__IOM uint32_t CSW : 1; /*!< [9..9] TSCAP Pin Enable … member

Completed in 1725 milliseconds