Searched refs:kMCAN_StateIdle (Results 1 – 1 of 1) sorted by relevance
56 kMCAN_StateIdle = 0x0, /*!< MB/RxFIFO idle.*/ enumerator1550 if ((uint8_t)kMCAN_StateIdle == handle->bufferState[xfer->bufferIdx]) in MCAN_TransferSendNonBlocking()1577 handle->bufferState[xfer->bufferIdx] = (uint8_t)kMCAN_StateIdle; in MCAN_TransferSendNonBlocking()1616 if ((uint8_t)kMCAN_StateIdle == handle->rxFifoState) in MCAN_TransferReceiveFifoNonBlocking()1666 handle->bufferState[bufferIdx] = (uint8_t)kMCAN_StateIdle; in MCAN_TransferAbortSend()1697 handle->rxFifoState = (uint8_t)kMCAN_StateIdle; in MCAN_TransferAbortReceiveFifo()