Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_ccid.h192 uint8_t bMessageType; /*!< The message type */ member
213 uint8_t bMessageType; /*!< The message type */ member
230 uint8_t bMessageType; /*!< The message type */ member
246 uint8_t bMessageType; /*!< The message type */ member
271 uint8_t bMessageType; /*!< The message type */ member
290 uint8_t bMessageType; /*!< The message type */ member
308 uint8_t bMessageType; /*!< The message type */ member
335 uint8_t bMessageType; /*!< The message type */ member
358 uint8_t bMessageType; /*!< The message type */ member
382 uint8_t bMessageType; /*!< The message type */ member
[all …]
Dusb_device_ccid.c215 if (USB_DEVICE_CCID_RDR_TO_PC_NOTIFYSLOTCHANGE == ccidNotify->bMessageType) in USB_DeviceCcidInterruptIn()
235 else if (USB_DEVICE_CCID_RDR_TO_PC_HARDWAREERROR == ccidNotify->bMessageType) in USB_DeviceCcidInterruptIn()
421 switch (commonRequest->bMessageType) in USB_DeviceCcidBulkOut()
492 transfer->response.bMessageType = USB_DEVICE_CCID_RDR_TO_PC_SLOTSTATUS; in USB_DeviceCcidBulkOut()
784 ccidNotify->bMessageType = USB_DEVICE_CCID_RDR_TO_PC_NOTIFYSLOTCHANGE; in USB_DeviceCcidEvent()
1123 ccidNotify->bMessageType = USB_DEVICE_CCID_RDR_TO_PC_NOTIFYSLOTCHANGE; in USB_DeviceCcidNotifySlotChange()
1190 ccidHandle->hardwareError.bMessageType = USB_DEVICE_CCID_RDR_TO_PC_HARDWAREERROR; in USB_DeviceCcidNotifyHardwareError()