Searched refs:stmin (Results 1 – 6 of 6) sorted by relevance
152 *data++ = rctx->opts.stmin; in receive_send_fc()634 __ASSERT(opts->stmin < ISOTP_STMIN_MAX, "STmin limit"); in isotp_bind()635 __ASSERT(opts->stmin <= ISOTP_STMIN_MS_MAX || in isotp_bind()636 opts->stmin >= ISOTP_STMIN_US_BEGIN, "STmin reserved"); in isotp_bind()823 sctx->opts.stmin = *data++; in send_process_fc()826 sctx->opts.stmin); in send_process_fc()1066 static k_timeout_t stmin_to_timeout(uint8_t stmin) in stmin_to_timeout() argument1069 if (stmin > ISOTP_STMIN_MAX || in stmin_to_timeout()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()[all …]
10 const struct isotp_fc_opts fc_opts_8_0 = {.bs = 8, .stmin = 0};11 const struct isotp_fc_opts fc_opts_0_5 = {.bs = 0, .stmin = 5};
22 .stmin = 0
86 .stmin = 090 .stmin = 0327 frame->data[2] = FC_PCI_BYTE_3(opts->stmin); in prepare_fc_frame()850 .bs = 2, .stmin = STMIN_VAL_1 in ZTEST()
212 uint8_t stmin; /**< Minimum separation time. Min time between frames */ member
32 .stmin = 036 .stmin = 1