Home
last modified time | relevance | path

Searched refs:lin_node_state_t (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/lin/
Dlin_driver.h114 } lin_node_state_t; typedef
140 volatile lin_node_state_t currentNodeState; /*!< Current Node state */
407 lin_node_state_t LIN_DRV_GetCurrentNodeState(uint32_t instance);
Dfsl_lin.h160 } lin_node_state_t; typedef
207 volatile lin_node_state_t currentNodeState; /*!< Current Node state */
636 lin_node_state_t LIN_GetCurrentNodeState(uint32_t instance);
Dlin_driver.c423 lin_node_state_t LIN_DRV_GetCurrentNodeState(uint32_t instance) in LIN_DRV_GetCurrentNodeState()
425 lin_node_state_t retVal = LIN_NODE_STATE_UNINIT; in LIN_DRV_GetCurrentNodeState()
459 lin_node_state_t state = linCurrentState->currentNodeState; in LIN_DRV_TimeoutService()
Dfsl_lin.c502 lin_node_state_t LIN_GetCurrentNodeState(uint32_t instance) in LIN_GetCurrentNodeState()
504 lin_node_state_t retVal = LIN_NODE_STATE_UNINIT; in LIN_GetCurrentNodeState()
538 lin_node_state_t state = linCurrentState->currentNodeState; in LIN_TimeoutService()