Home
last modified time | relevance | path

Searched refs:ISOTP_MSG_IDE (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/canbus/
Disotp.h154 #define ISOTP_MSG_IDE BIT(2) macro
/Zephyr-latest/tests/subsys/canbus/isotp/conformance/src/
Dmain.c134 .flags = ISOTP_MSG_FIXED_ADDR | ISOTP_MSG_IDE | ISOTP_MSG_FDF | ISOTP_MSG_BRS,
136 .flags = ISOTP_MSG_FIXED_ADDR | ISOTP_MSG_IDE,
144 .flags = ISOTP_MSG_FIXED_ADDR | ISOTP_MSG_IDE | ISOTP_MSG_FDF | ISOTP_MSG_BRS,
146 .flags = ISOTP_MSG_FIXED_ADDR | ISOTP_MSG_IDE,
/Zephyr-latest/subsys/canbus/isotp/
Disotp.c47 frame->flags = ((addr->flags & ISOTP_MSG_IDE) != 0 ? CAN_FRAME_IDE : 0) | in prepare_frame()
57 filter->flags = (addr->flags & ISOTP_MSG_IDE) != 0 ? CAN_FILTER_IDE : 0; in prepare_filter()
598 } else if ((rctx->rx_addr.flags & ISOTP_MSG_IDE) != 0) { in add_ff_sf_filter()
1174 if ((sctx->rx_addr.flags & ISOTP_MSG_IDE) != 0) { in add_fc_filter()
/Zephyr-latest/doc/releases/
Dmigration-guide-3.5.rst243 * :c:macro:`ISOTP_MSG_IDE` to use extended (29-bit) CAN IDs