Searched refs:lin_node_state_t (Results 1 – 4 of 4) sorted by relevance
114 } lin_node_state_t; typedef140 volatile lin_node_state_t currentNodeState; /*!< Current Node state */407 lin_node_state_t LIN_DRV_GetCurrentNodeState(uint32_t instance);
160 } lin_node_state_t; typedef207 volatile lin_node_state_t currentNodeState; /*!< Current Node state */636 lin_node_state_t LIN_GetCurrentNodeState(uint32_t instance);
423 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()
502 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()