Lines Matching +full:data +full:- +full:timeout
1 # ISO-TP configuration options
4 # SPDX-License-Identifier: Apache-2.0
7 bool "ISO-TP Transport [EXPERIMENTAL]"
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
70 int "Number of data buffers for receiving data"
73 Each data buffer will occupy ISOTP_RX_BUF_SIZE + smallish
74 header (sizeof(struct net_buf)) amount of data.
77 int "Size of one buffer data block"
83 CAN_MAX_DLEN - 1 (for classic CAN : 8 - 1 = 7, for CAN FD : 64 - 1 = 63).
86 int "Number of SF and FF data buffers for receiving data"
92 Each buffer will occupy CAN_MAX_DLEN - 1 byte + header (sizeof(struct net_buf))
93 amount of data.
98 Copy the outgoing data to a net buffer so that the calling function
99 can discard the data.
104 int "Number of data buffers for sending data"
107 Each data buffer will occupy CONFIG_NET_BUF_DATA_SIZE + smallish
108 header (sizeof(struct net_buf)) amount of data. If context buffers
128 int "Amount of context buffers for sending data"
140 If not set ISO-TP fixed addressing use SAE J1939 standard.