Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/mcan/
Dfsl_mcan.c1550 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()
Dfsl_mcan.h405 volatile uint8_t bufferState[64]; /*!< Message Buffer transfer state. */ member