Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/canbus/
Disotp.h151 #define ISOTP_MSG_FIXED_ADDR BIT(1) 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.c394 if ((rctx->rx_addr.flags & ISOTP_MSG_FIXED_ADDR) != 0) { in process_ff_sf()
596 if ((rctx->rx_addr.flags & ISOTP_MSG_FIXED_ADDR) != 0) { in add_ff_sf_filter()
/Zephyr-latest/doc/releases/
Dmigration-guide-3.5.rst242 * :c:macro:`ISOTP_MSG_FIXED_ADDR` to enable ISO-TP fixed addressing