Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lin/
Dlin_driver.c466 if (linCurrentState->timeoutCounter == 0U) in LIN_DRV_TimeoutService()
490 linCurrentState->timeoutCounter--; in LIN_DRV_TimeoutService()
497 if (linCurrentState->timeoutCounter == 0U) in LIN_DRV_TimeoutService()
522 linCurrentState->timeoutCounter--; in LIN_DRV_TimeoutService()
550 linCurrentState->timeoutCounter = timeoutValue; in LIN_SetTimeoutCounter()
Dfsl_lin.c545 if (linCurrentState->timeoutCounter == 0U) in LIN_TimeoutService()
571 linCurrentState->timeoutCounter--; in LIN_TimeoutService()
578 if (linCurrentState->timeoutCounter == 0U) in LIN_TimeoutService()
605 linCurrentState->timeoutCounter--; in LIN_TimeoutService()
633 linCurrentState->timeoutCounter = timeoutValue; in LIN_SetTimeoutCounter()
Dlin_driver.h141 volatile uint32_t timeoutCounter; /*!< Value of the timeout counter */ member
Dfsl_lin.h208 volatile uint32_t timeoutCounter; /*!< Value of the timeout counter */ member
Dfsl_lin_lpuart.c1083 linCurrentState->timeoutCounter = 0U; in LIN_LPUART_Init()