Searched refs:nodeFunction (Results 1 – 4 of 4) sorted by relevance
348 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()
103 linUserConfig->nodeFunction = (bool)LIN_SLAVE; in LIN_GetSlaveDefaultConfig()119 linUserConfig->nodeFunction = (bool)LIN_MASTER; in LIN_GetMasterDefaultConfig()
53 bool nodeFunction; /*!< Node function as Master or Slave */ member
97 bool nodeFunction; /*!< Node function as Master or Slave */ member