Searched refs:ISOTP_MSG_BRS (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.7.0/samples/subsys/canbus/isotp/src/ |
D | main.c | 16 .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/ |
D | mode_check.c | 29 .flags = ISOTP_MSG_FDF | ISOTP_MSG_BRS, 37 .flags = ISOTP_MSG_FDF | ISOTP_MSG_BRS,
|
D | main.c | 97 .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/ |
D | isotp.h | 160 #define ISOTP_MSG_BRS BIT(4) macro
|
/Zephyr-Core-3.7.0/subsys/canbus/isotp/ |
D | isotp.c | 49 ((addr->flags & ISOTP_MSG_BRS) != 0 ? CAN_FRAME_BRS : 0); in prepare_frame()
|
/Zephyr-Core-3.7.0/doc/releases/ |
D | migration-guide-3.5.rst | 245 The two new flags :c:macro:`ISOTP_MSG_FDF` and :c:macro:`ISOTP_MSG_BRS` were added for CAN FD
|