Home
last modified time | relevance | path

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

/Zephyr-latest/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-latest/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-latest/subsys/canbus/isotp/
Disotp.c48 ((addr->flags & ISOTP_MSG_FDF) != 0 ? CAN_FRAME_FDF : 0) | in prepare_frame()
277 (rctx->rx_addr.flags & ISOTP_MSG_FDF) != 0); in receive_state_machine()
435 if (IS_ENABLED(CONFIG_CAN_FD_MODE) && (rctx->rx_addr.flags & ISOTP_MSG_FDF) != 0 && in process_ff_sf()
641 if ((rx_addr->flags & ISOTP_MSG_FDF) != 0 || (tx_addr->flags & ISOTP_MSG_FDF) != 0) { in isotp_bind()
912 if (IS_ENABLED(CONFIG_CAN_FD_MODE) && (sctx->tx_addr.flags & ISOTP_MSG_FDF) != 0 && in send_sf()
928 (IS_ENABLED(CONFIG_CAN_FD_MODE) && (sctx->tx_addr.flags & ISOTP_MSG_FDF) != 0 && in send_sf()
1011 (IS_ENABLED(CONFIG_CAN_FD_MODE) && (sctx->tx_addr.flags & ISOTP_MSG_FDF) != 0 && in send_cf()
1205 if ((rx_addr->flags & ISOTP_MSG_FDF) != 0 || (tx_addr->flags & ISOTP_MSG_FDF) != 0) { in send()
1233 if ((sctx->tx_addr.flags & ISOTP_MSG_FDF) == 0) { in send()
1248 if ((sctx->tx_addr.flags & ISOTP_MSG_FDF) == 0) { in send()
/Zephyr-latest/include/zephyr/canbus/
Disotp.h157 #define ISOTP_MSG_FDF BIT(3) macro
/Zephyr-latest/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