Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lin/
Dfsl_lin_lpuart.h281 lin_status_t LIN_LPUART_SendFrameData(LPUART_Type *base, const uint8_t *txBuff, uint8_t txSize);
Dlin_driver.c222 retVal = LIN_LPUART_SendFrameData(base, txBuff, txSize); in LIN_DRV_SendFrameData()
Dfsl_lin.c301 retVal = LIN_LPUART_SendFrameData(base, txBuff, txSize); in LIN_SendFrameData()
Dfsl_lin_lpuart.c1249 lin_status_t LIN_LPUART_SendFrameData(LPUART_Type *base, const uint8_t *txBuff, uint8_t txSize) in LIN_LPUART_SendFrameData() function