Home
last modified time | relevance | path

Searched refs:LIN_SLAVE (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/lin/
Dfsl_lin_lpuart.c1001 … 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()
Dfsl_lin.h33 #define LIN_SLAVE 0U macro
Dfsl_lin.c103 linUserConfig->nodeFunction = (bool)LIN_SLAVE; in LIN_GetSlaveDefaultConfig()