Home
last modified time | relevance | path

Searched refs:commandBuffer (Results 1 – 10 of 10) sorted by relevance

/hal_nxp-3.7.0/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_ccid.c440 command.commandBuffer = event->buffer; in USB_DeviceCcidBulkOut()
542 …= USB_DeviceRecvRequest(ccidHandle->handle, ccidHandle->endpointBulkOut, ccidHandle->commandBuffer, in USB_DeviceCcidBulkOut()
543 sizeof(ccidHandle->commandBuffer)); in USB_DeviceCcidBulkOut()
545 …d)USB_DeviceRecvRequest(ccidHandle->handle, ccidHandle->endpointBulkOut, ccidHandle->commandBuffer, in USB_DeviceCcidBulkOut()
546 sizeof(ccidHandle->commandBuffer)); in USB_DeviceCcidBulkOut()
770 … ccidHandle->commandBuffer, sizeof(ccidHandle->commandBuffer)); in USB_DeviceCcidEvent()
772 …d)USB_DeviceRecvRequest(ccidHandle->handle, ccidHandle->endpointBulkOut, ccidHandle->commandBuffer, in USB_DeviceCcidEvent()
773 sizeof(ccidHandle->commandBuffer)); in USB_DeviceCcidEvent()
842 … ccidHandle->commandBuffer, sizeof(ccidHandle->commandBuffer)); in USB_DeviceCcidEvent()
844 …d)USB_DeviceRecvRequest(ccidHandle->handle, ccidHandle->endpointBulkOut, ccidHandle->commandBuffer, in USB_DeviceCcidEvent()
[all …]
Dusb_device_ccid.h934 uint8_t *commandBuffer; /*!< The buffer address kept the command from host */ member
969 uint8_t commandBuffer[USB_DEVICE_CCID_BUFFER_4BYTE_ALIGN( member
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/
Dfsl_lpi2c.c932 uint16_t commandBuffer[7]; in LPI2C_MasterTransferBlocking() local
955 commandBuffer[cmdCount++] = in LPI2C_MasterTransferBlocking()
967 commandBuffer[cmdCount++] = subaddressByte; in LPI2C_MasterTransferBlocking()
977 commandBuffer[cmdCount++] = in LPI2C_MasterTransferBlocking()
995 base->MTDR = commandBuffer[index]; in LPI2C_MasterTransferBlocking()
1362 uint16_t *cmd = (uint16_t *)&handle->commandBuffer; in LPI2C_InitTransferStateMachine()
1398 handle->buf = (uint8_t *)&handle->commandBuffer; in LPI2C_InitTransferStateMachine()
Dfsl_lpi2c_edma.h57 … uint16_t commandBuffer[10]; /*!< LPI2C command sequence. When all 10 command words are used: member
Dfsl_lpi2c_edma.c168 uint16_t *cmd = (uint16_t *)&handle->commandBuffer; in LPI2C_GenerateCommands()
414 transferConfig.srcAddr = (uint32_t)handle->commandBuffer; in LPI2C_MasterTransferEDMA()
Dfsl_lpi2c.h253 …uint16_t commandBuffer[6]; /*!< LPI2C command sequence. When all 6 comma… member
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.c1025 uint16_t commandBuffer[7]; in LPI2C_MasterTransferBlocking() local
1056 commandBuffer[cmdCount++] = in LPI2C_MasterTransferBlocking()
1068 commandBuffer[cmdCount++] = subaddressByte; in LPI2C_MasterTransferBlocking()
1078 commandBuffer[cmdCount++] = in LPI2C_MasterTransferBlocking()
1096 base->MTDR = commandBuffer[index]; in LPI2C_MasterTransferBlocking()
1508 uint16_t *cmd = (uint16_t *)&handle->commandBuffer; in LPI2C_InitTransferStateMachine()
1544 handle->buf = (uint8_t *)&handle->commandBuffer; in LPI2C_InitTransferStateMachine()
Dfsl_lpi2c_edma.h60 … uint16_t commandBuffer[10]; /*!< LPI2C command sequence. When all 10 command words are used: member
Dfsl_lpi2c_edma.c161 uint16_t *cmd = (uint16_t *)&handle->commandBuffer; in LPI2C_GenerateCommands()
411 transferConfig.srcAddr = (uint32_t)handle->commandBuffer; in LPI2C_MasterTransferEDMA()
Dfsl_lpi2c.h256 …uint16_t commandBuffer[6]; /*!< LPI2C command sequence. When all 6 comma… member