Searched refs:LIN_SLAVE (Results 1 – 3 of 3) sorted by relevance
1001 … if ((true == linUserConfig->autobaudEnable) && (linUserConfig->nodeFunction == (bool)LIN_SLAVE)) 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()
33 #define LIN_SLAVE 0U macro
103 linUserConfig->nodeFunction = (bool)LIN_SLAVE; in LIN_GetSlaveDefaultConfig()