Lines Matching +full:poll +full:- +full:timeout +full:- +full:ms
1 # ISO-TP configuration options
4 # SPDX-License-Identifier: Apache-2.0
7 bool "ISO-TP Transport [EXPERIMENTAL]"
10 select POLL
18 module-str = ISOTP
30 int "Bs timeout [ms] (timeout for receiving the frame control)"
34 Timeout for the reception of the next FC frame. ISO 15765-2: 1000ms
37 int "Ar and As timeout [ms] (sending and receiving timeout)"
41 As (sender transmit timeout) and Ar (receiver transmit timeout).
42 ISO 15765-2: 1000ms
45 int "Cr timeout [ms] (timeout for consecutive frames)"
49 Cr (receiver consecutive frame) timeout.
50 ISO 15765-2: 1000ms
83 CAN_MAX_DLEN - 1 (for classic CAN : 8 - 1 = 7, for CAN FD : 64 - 1 = 63).
92 Each buffer will occupy CAN_MAX_DLEN - 1 byte + header (sizeof(struct net_buf))
140 If not set ISO-TP fixed addressing use SAE J1939 standard.