Searched refs:bufferState (Results 1 – 2 of 2) sorted by relevance
1550 if ((uint8_t)kMCAN_StateIdle == handle->bufferState[xfer->bufferIdx]) in MCAN_TransferSendNonBlocking()1555 handle->bufferState[xfer->bufferIdx] = (uint8_t)kMCAN_StateTxRemote; in MCAN_TransferSendNonBlocking()1562 handle->bufferState[xfer->bufferIdx] = (uint8_t)kMCAN_StateTxData; in MCAN_TransferSendNonBlocking()1577 handle->bufferState[xfer->bufferIdx] = (uint8_t)kMCAN_StateIdle; in MCAN_TransferSendNonBlocking()1666 handle->bufferState[bufferIdx] = (uint8_t)kMCAN_StateIdle; in MCAN_TransferAbortSend()
405 volatile uint8_t bufferState[64]; /*!< Message Buffer transfer state. */ member