Home
last modified time | relevance | path

Searched refs:LIN_NODE_STATE_UNINIT (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/lin/
Dlin_driver.h103 LIN_NODE_STATE_UNINIT = 0x00U, /*!< Uninitialized state */ enumerator
Dfsl_lin.h149 LIN_NODE_STATE_UNINIT = 0x00U, /*!< Uninitialized state */ enumerator
Dlin_driver.c425 lin_node_state_t retVal = LIN_NODE_STATE_UNINIT; in LIN_DRV_GetCurrentNodeState()
Dfsl_lin.c504 lin_node_state_t retVal = LIN_NODE_STATE_UNINIT; in LIN_GetCurrentNodeState()
Dfsl_lin_lpuart.c1156 linCurrentState->currentNodeState = LIN_NODE_STATE_UNINIT; in LIN_LPUART_Deinit()