Home
last modified time | relevance | path

Searched refs:ISOTP_MSG_BRS (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.7.0/samples/subsys/canbus/isotp/src/
Dmain.c16 .flags = ISOTP_MSG_FDF | ISOTP_MSG_BRS,
23 .flags = ISOTP_MSG_FDF | ISOTP_MSG_BRS,
29 .flags = ISOTP_MSG_FDF | ISOTP_MSG_BRS,
36 .flags = ISOTP_MSG_FDF | ISOTP_MSG_BRS,
/Zephyr-Core-3.7.0/tests/subsys/canbus/isotp/conformance/src/
Dmode_check.c29 .flags = ISOTP_MSG_FDF | ISOTP_MSG_BRS,
37 .flags = ISOTP_MSG_FDF | ISOTP_MSG_BRS,
Dmain.c97 .flags = ISOTP_MSG_FDF | ISOTP_MSG_BRS,
104 .flags = ISOTP_MSG_FDF | ISOTP_MSG_BRS,
113 .flags = ISOTP_MSG_EXT_ADDR | ISOTP_MSG_FDF | ISOTP_MSG_BRS,
124 .flags = ISOTP_MSG_EXT_ADDR | ISOTP_MSG_FDF | ISOTP_MSG_BRS,
134 .flags = ISOTP_MSG_FIXED_ADDR | ISOTP_MSG_IDE | ISOTP_MSG_FDF | ISOTP_MSG_BRS,
144 .flags = ISOTP_MSG_FIXED_ADDR | ISOTP_MSG_IDE | ISOTP_MSG_FDF | ISOTP_MSG_BRS,
/Zephyr-Core-3.7.0/include/zephyr/canbus/
Disotp.h160 #define ISOTP_MSG_BRS BIT(4) macro
/Zephyr-Core-3.7.0/subsys/canbus/isotp/
Disotp.c49 ((addr->flags & ISOTP_MSG_BRS) != 0 ? CAN_FRAME_BRS : 0); in prepare_frame()
/Zephyr-Core-3.7.0/doc/releases/
Dmigration-guide-3.5.rst245 The two new flags :c:macro:`ISOTP_MSG_FDF` and :c:macro:`ISOTP_MSG_BRS` were added for CAN FD