Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/mcan/
Dfsl_mcan.c56 kMCAN_StateIdle = 0x0, /*!< MB/RxFIFO idle.*/ enumerator
1550 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()