Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_ccid.h194 uint8_t bSlot; /*!< Identifies the slot number for this command */ member
215 uint8_t bSlot; /*!< Identifies the slot number for this command */ member
232 uint8_t bSlot; /*!< Identifies the slot number for this command */ member
248 uint8_t bSlot; /*!< Identifies the slot number for this command */ member
273 uint8_t bSlot; /*!< Identifies the slot number for this command */ member
292 uint8_t bSlot; /*!< Identifies the slot number for this command */ member
310 uint8_t bSlot; /*!< Identifies the slot number for this command */ member
337 uint8_t bSlot; /*!< Identifies the slot number for this command */ member
360 uint8_t bSlot; /*!< Identifies the slot number for this command */ member
384 uint8_t bSlot; /*!< Identifies the slot number for this command */ member
[all …]
Dusb_device_ccid.c404 if ((ccidHandle->slots <= commonRequest->bSlot) || in USB_DeviceCcidBulkOut()
408 if (ccidHandle->slots <= commonRequest->bSlot) in USB_DeviceCcidBulkOut()
420 ccidHandle->slotsSequenceNumber[commonRequest->bSlot] = commonRequest->bSeq; in USB_DeviceCcidBulkOut()
495 transfer->response.bSlot = commonRequest->bSlot; in USB_DeviceCcidBulkOut()
498 slotStatus.slot = commonRequest->bSlot; in USB_DeviceCcidBulkOut()
1192 ccidHandle->hardwareError.bSlot = slot; in USB_DeviceCcidNotifyHardwareError()