Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lin/
Dfsl_lin_lpuart.c688 LIN_LPUART_WriteByte(base, linCurrentState->currentPid); in LIN_LPUART_ProcessFrameHeader()
716 if (tmpByte == linCurrentState->currentPid) in LIN_LPUART_ProcessFrameHeader()
755 linCurrentState->currentPid = tmpByte; in LIN_LPUART_ProcessFrameHeader()
820 …ChecksumByte(linCurrentState->rxBuff, linCurrentState->rxSize - 1U, linCurrentState->currentPid) == in LIN_LPUART_ProcessReceiveFrameData()
1208 … linCurrentState->checkSum = LIN_MakeChecksumByte(txBuff, txSize, linCurrentState->currentPid); in LIN_LPUART_SendFrameDataBlocking()
1276 … linCurrentState->checkSum = LIN_MakeChecksumByte(txBuff, txSize, linCurrentState->currentPid); in LIN_LPUART_SendFrameData()
1715 linCurrentState->currentPid = LIN_ProcessParity(id, MAKE_PARITY); in LIN_LPUART_MasterSendHeader()
Dlin_driver.h138 uint8_t currentPid; /*!< Current PID */ member
Dfsl_lin.h205 uint8_t currentPid; /*!< Current PID */ member