Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lin/
Dfsl_lin_lpuart.c348 if (linUserConfig->nodeFunction == (bool)LIN_MASTER) /* Master */ in LIN_LPUART_ProcessBreakDetect()
712 if (linUserConfig->nodeFunction == (bool)LIN_MASTER) in LIN_LPUART_ProcessFrameHeader()
1001 … if ((true == linUserConfig->autobaudEnable) && (linUserConfig->nodeFunction == (bool)LIN_SLAVE)) in LIN_LPUART_Init()
1051 if (linUserConfig->nodeFunction == (bool)LIN_MASTER) in LIN_LPUART_Init()
1101 …if (!((true == linUserConfig->autobaudEnable) && (linUserConfig->nodeFunction == (bool)LIN_SLAVE))) in LIN_LPUART_Init()
1699 if ((linUserConfig->nodeFunction == (bool)LIN_SLAVE) || (0x3FU < id) || checkSleepMode) in LIN_LPUART_MasterSendHeader()
Dfsl_lin.c103 linUserConfig->nodeFunction = (bool)LIN_SLAVE; in LIN_GetSlaveDefaultConfig()
119 linUserConfig->nodeFunction = (bool)LIN_MASTER; in LIN_GetMasterDefaultConfig()
Dlin_driver.h53 bool nodeFunction; /*!< Node function as Master or Slave */ member
Dfsl_lin.h97 bool nodeFunction; /*!< Node function as Master or Slave */ member