Searched refs:commandBuffer (Results 1 – 8 of 8) sorted by relevance
857 uint16_t commandBuffer[7]; in LPI2C_MasterTransferBlocking() local879 commandBuffer[cmdCount++] = in LPI2C_MasterTransferBlocking()890 commandBuffer[cmdCount++] = subaddressByte; in LPI2C_MasterTransferBlocking()900 commandBuffer[cmdCount++] = in LPI2C_MasterTransferBlocking()918 base->MTDR = commandBuffer[index]; in LPI2C_MasterTransferBlocking()1211 uint16_t *cmd = (uint16_t *)&handle->commandBuffer; in LPI2C_InitTransferStateMachine()1250 handle->buf = (uint8_t *)&handle->commandBuffer; in LPI2C_InitTransferStateMachine()
151 uint16_t *cmd = (uint16_t *)&handle->commandBuffer; in LPI2C_GenerateCommands()369 transferConfig.srcAddr = (uint32_t)handle->commandBuffer; in LPI2C_MasterTransferEDMA()
57 uint16_t commandBuffer[7]; /*!< LPI2C command sequence. */ member
241 uint16_t commandBuffer[7]; /*!< LPI2C command sequence. */ member
897 uint16_t commandBuffer[7]; in LPI2C_MasterTransferBlocking() local919 commandBuffer[cmdCount++] = in LPI2C_MasterTransferBlocking()931 commandBuffer[cmdCount++] = subaddressByte; in LPI2C_MasterTransferBlocking()941 commandBuffer[cmdCount++] = in LPI2C_MasterTransferBlocking()959 base->MTDR = commandBuffer[index]; in LPI2C_MasterTransferBlocking()1284 uint16_t *cmd = (uint16_t *)&handle->commandBuffer; in LPI2C_InitTransferStateMachine()1320 handle->buf = (uint8_t *)&handle->commandBuffer; in LPI2C_InitTransferStateMachine()
150 uint16_t *cmd = (uint16_t *)&handle->commandBuffer; in LPI2C_GenerateCommands()392 transferConfig.srcAddr = (uint32_t)handle->commandBuffer; in LPI2C_MasterTransferEDMA()
57 … uint16_t commandBuffer[10]; /*!< LPI2C command sequence. When all 10 command words are used: member
253 …uint16_t commandBuffer[6]; /*!< LPI2C command sequence. When all 6 comma… member