Lines Matching refs:stmin
61 composing such block (``stmin``). Once this information has been received, the
184 * ``CAN_ISOTP_FORCE_TXSTMIN``: ignore stmin from received FC; normally
187 * ``CAN_ISOTP_FORCE_RXSTMIN``: ignore CFs depending on rx stmin; normally
240 u8 stmin;
246 * ``stmin``: minimum separation time provided in flow control frames; can
285 Transmission stmin
288 The transmission minimum separation time (stmin) can be forced using the
289 ``CAN_ISOTP_TX_STMIN`` optname and providing an stmin value in microseconds as
295 uint32_t stmin;
296 ret = setsockopt(s, SOL_CAN_ISOTP, CAN_ISOTP_TX_STMIN, &stmin, sizeof(stmin));
298 Reception stmin
301 The reception minimum separation time (stmin) can be forced using the
302 ``CAN_ISOTP_RX_STMIN`` optname and providing an stmin value in microseconds as
308 uint32_t stmin;
309 ret = setsockopt(s, SOL_CAN_ISOTP, CAN_ISOTP_RX_STMIN, &stmin, sizeof(stmin));