Home
last modified time | relevance | path

Searched refs:remainingBytes (Results 1 – 3 of 3) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpi2c.c741 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() local
996 remainingBytes = handle->remainingBytes; in LPI2C_MasterTransferGetCount()
1010 *count = dataSize - remainingBytes; in LPI2C_MasterTransferGetCount()
Dfsl_flash.c1560 uint32_t remainingBytes; in FLASH_VerifyErase() local
1581 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()
Dfsl_lpi2c.h234 …uint16_t remainingBytes; /*!< Remaining byte count in current state. */ member