Searched refs:ISOTP_MSG_FDF (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/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-latest/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-latest/subsys/canbus/isotp/ |
D | isotp.c | 48 ((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/ |
D | isotp.h | 157 #define ISOTP_MSG_FDF BIT(3) macro
|
/Zephyr-latest/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
|