Searched refs:ISOTP_STMIN_US_BEGIN (Results 1 – 2 of 2) sorted by relevance
50 #define ISOTP_STMIN_US_BEGIN 0xF1 macro
636 opts->stmin >= ISOTP_STMIN_US_BEGIN, "STmin reserved"); in isotp_bind()1070 (stmin > ISOTP_STMIN_MS_MAX && stmin < ISOTP_STMIN_US_BEGIN)) { in stmin_to_timeout()1074 if (stmin >= ISOTP_STMIN_US_BEGIN) { in stmin_to_timeout()1075 return K_USEC((stmin + 1 - ISOTP_STMIN_US_BEGIN) * 100U); in stmin_to_timeout()