Lines Matching +full:0 +full:x180
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};
14 .std_id = 0x80,
20 .std_id = 0x180,
27 .std_id = 0x01,
33 .std_id = 0x101,
77 received_len = 0; in rx_8_0_thread()
81 if (rem_len < 0) { in rx_8_0_thread()
116 if (received_len < 0) { in rx_0_5_thread()
121 rx_buffer[received_len] = '\0'; in rx_0_5_thread()
141 int ret = 0; in main()
146 return 0; in main()
149 can_mode_t mode = (IS_ENABLED(CONFIG_SAMPLE_LOOPBACK_MODE) ? CAN_MODE_LOOPBACK : 0) | in main()
150 (IS_ENABLED(CONFIG_SAMPLE_CAN_FD_MODE) ? CAN_MODE_FD : 0); in main()
152 if (ret != 0) { in main()
154 return 0; in main()
158 if (ret != 0) { in main()
160 return 0; in main()
166 CONFIG_SAMPLE_RX_THREAD_PRIORITY, 0, K_NO_WAIT); in main()
169 return 0; in main()
176 CONFIG_SAMPLE_RX_THREAD_PRIORITY, 0, K_NO_WAIT); in main()
179 return 0; in main()