Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lin/
Dlin_driver.h106 LIN_NODE_STATE_SEND_BREAK_FIELD = 0x03U, /*!< Send break field state */ enumerator
Dfsl_lin.h152 LIN_NODE_STATE_SEND_BREAK_FIELD = 0x03U, /*!< Send break field state */ enumerator
Dfsl_lin_lpuart.c351 if (linCurrentState->currentNodeState == LIN_NODE_STATE_SEND_BREAK_FIELD) in LIN_LPUART_ProcessBreakDetect()
1718 linCurrentState->currentNodeState = LIN_NODE_STATE_SEND_BREAK_FIELD; in LIN_LPUART_MasterSendHeader()