Searched refs:remainingBytes (Results 1 – 3 of 3) sorted by relevance
741 if (--handle->remainingBytes == 0) in LPI2C_RunTransferStateMachine()749 handle->remainingBytes = xfer->dataSize; in LPI2C_RunTransferStateMachine()812 if (--handle->remainingBytes == 0) in LPI2C_RunTransferStateMachine()880 handle->remainingBytes = xfer->dataSize; in LPI2C_InitTransferStateMachine()922 handle->remainingBytes = cmdCount; in LPI2C_InitTransferStateMachine()988 uint16_t remainingBytes; in LPI2C_MasterTransferGetCount() local996 remainingBytes = handle->remainingBytes; in LPI2C_MasterTransferGetCount()1010 *count = dataSize - remainingBytes; in LPI2C_MasterTransferGetCount()
1560 uint32_t remainingBytes; in FLASH_VerifyErase() local1581 remainingBytes = lengthInBytes; in FLASH_VerifyErase()1583 while (remainingBytes) in FLASH_VerifyErase()1587 if (verifyLength > remainingBytes) in FLASH_VerifyErase()1589 verifyLength = remainingBytes; in FLASH_VerifyErase()1605 remainingBytes -= verifyLength; in FLASH_VerifyErase()
234 …uint16_t remainingBytes; /*!< Remaining byte count in current state. */ member