Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lin/
Dfsl_lin.c74 return (uint32_t)((14U * 2U * 1000000U / (LIN_TIME_OUT_UNIT_US * baudRate)) + 1U); in LIN_CalcMaxHeaderTimeoutCnt()
88 …return (uint32_t)((14U * (1U + (uint32_t)size) * 1000000U / (LIN_TIME_OUT_UNIT_US * baudRate)) + 1… in LIN_CalcMaxResTimeoutCnt()
Dlin_driver.h35 #define LIN_TIME_OUT_UNIT_US 500U macro
Dfsl_lin.h41 #define LIN_TIME_OUT_UNIT_US 500U macro