Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lin/
Dfsl_lin_lpuart.c356 LIN_LPUART_WriteByte(base, 0x55); in LIN_LPUART_ProcessBreakDetect()
688 LIN_LPUART_WriteByte(base, linCurrentState->currentPid); in LIN_LPUART_ProcessFrameHeader()
944 LIN_LPUART_WriteByte(base, linCurrentState->checkSum); in LIN_LPUART_ProcessSendFrameData()
949 LIN_LPUART_WriteByte(base, *linCurrentState->txBuff); in LIN_LPUART_ProcessSendFrameData()
1231 LIN_LPUART_WriteByte(base, *linCurrentState->txBuff); in LIN_LPUART_SendFrameDataBlocking()
1294 LIN_LPUART_WriteByte(base, *linCurrentState->txBuff); in LIN_LPUART_SendFrameData()
1665 LIN_LPUART_WriteByte(base, s_wakeupSignal[instance]); in LIN_LPUART_SendWakeupSignal()
Dfsl_lin_lpuart.h190 static inline void LIN_LPUART_WriteByte(LPUART_Type *base, uint8_t data) in LIN_LPUART_WriteByte() function